aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Liao <seankhliao@gmail.com>2021-04-23 21:44:26 +0200
committerDmitri Shuralyov <dmitshur@golang.org>2021-04-30 16:30:45 +0000
commit43994a67231915be3fb4ffdf985ee061613b37a9 (patch)
tree8492554f3b7e618b01750dcf28bc6d5013ddcd88
parent1eaa20f5b9f61d9b3311786fbba9365cdc4b0954 (diff)
downloadgo-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.md2
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/
```