From 43994a67231915be3fb4ffdf985ee061613b37a9 Mon Sep 17 00:00:00 2001 From: Sean Liao Date: Fri, 23 Apr 2021 21:44:26 +0200 Subject: _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 Run-TryBot: Dmitri Shuralyov TryBot-Result: Go Bot Trust: Cherry Zhang --- _content/doc/mod.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ ``` -- cgit v1.3