mirror of https://github.com/knative/docs.git
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:
parent
5b162fc0b3
commit
8af6b23254
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue