Skip to content

Commit

Permalink
correct git clone url
Browse files Browse the repository at this point in the history
  • Loading branch information
able8 committed May 8, 2023
1 parent 04348f3 commit a7604dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/contribute/new-content/open-a-pr.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit a7604dc

Please sign in to comment.