Skip to content

Commit a95b441

Browse files
authored
Merge pull request #41015 from able8/correct-git-clone-url
Fix: Wrong git clone URL
2 parents 3103f9c + a7604dc commit a95b441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/contribute/new-content/open-a-pr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Figure 2. Working from a local fork to make your changes.
167167
1. In a terminal window, clone your fork and update the [Docsy Hugo theme](https://github.com/google/docsy#readme):
168168

169169
```shell
170-
git clone [email protected]/<github_username>/website
170+
git clone [email protected]:<github_username>/website
171171
cd website
172172
git submodule update --init --recursive --depth 1
173173
```

0 commit comments

Comments
 (0)