diff options
| author | Sean Liao <seankhliao@gmail.com> | 2021-04-23 21:44:26 +0200 |
|---|---|---|
| committer | Dmitri Shuralyov <dmitshur@golang.org> | 2021-04-30 16:30:45 +0000 |
| commit | 43994a67231915be3fb4ffdf985ee061613b37a9 (patch) | |
| tree | 8492554f3b7e618b01750dcf28bc6d5013ddcd88 | |
| parent | 1eaa20f5b9f61d9b3311786fbba9365cdc4b0954 (diff) | |
| download | go-x-website-43994a67231915be3fb4ffdf985ee061613b37a9.tar.xz | |
_content/doc: fix gitconfig typo
Fixes golang/go#45691
Change-Id: I6ad64a06853d153f90636583abede168573b89b6
Reviewed-on: https://go-review.googlesource.com/c/website/+/313189
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Trust: Cherry Zhang <cherryyz@google.com>
| -rw-r--r-- | _content/doc/mod.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_content/doc/mod.md b/_content/doc/mod.md index f8665d77..c2faf26b 100644 --- a/_content/doc/mod.md +++ b/_content/doc/mod.md @@ -3031,7 +3031,7 @@ Alternatively, you can rewrite `https://` URLs to another scheme. For example, in `.gitconfig`: ``` -[url "git@github.com:'] +[url "git@github.com:"] insteadOf = https://github.com/ ``` |
