Merge pull request #41015 from able8/correct-git-clone-url

Fix: Wrong git clone URL
This commit is contained in:
Kubernetes Prow Robot 2023-05-08 18:44:51 -07:00 committed by GitHub
commit a95b441de2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ Figure 2. Working from a local fork to make your changes.
1. In a terminal window, clone your fork and update the [Docsy Hugo theme](https://github.com/google/docsy#readme):
```shell
git clone git@github.com/<github_username>/website
git clone git@github.com:<github_username>/website
cd website
git submodule update --init --recursive --depth 1
```