update fork and knative/docs repo url (#3895)

While going through the GitHub workflow for Knative documentation, The very first section is "Set up your local machine ", which contains the first point to create your fork of the knative/docs repo. So for the easy access, we can update the fork URL with the "fork" word and then can attach the knative/docs URL to the "knative/docs repo" which can be easy for the new contributors to easily access the repo.
This commit is contained in:
Rudra Pratap 2021-07-01 12:26:04 +05:30 committed by GitHub
parent 5b162fc0b3
commit 8af6b23254
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ At a high-level, you must setup and know the following to get started:
To check out your fork of the `knative/docs` repository:
1. Create your own
[fork of the `knative/docs` repo](https://help.github.com/articles/fork-a-repo/)
[fork](https://help.github.com/articles/fork-a-repo/) of the [`knative/docs` repo](https://github.com/knative/docs).
1. Configure
[GitHub access through SSH](https://help.github.com/articles/connecting-to-github-with-ssh/).
1. Clone your fork to your machine and set the `upstream` remote to the