diff options
| author | Russ Cox <rsc@golang.org> | 2021-11-18 10:51:11 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2021-11-22 16:43:17 +0000 |
| commit | 61fc64f2024b3366363d7c623862d0ab6542a1ff (patch) | |
| tree | b8a1ed915d58d6cc6420d9e8c3a0a23051ebe76d /_content/doc/code.html | |
| parent | 9d77df7a831fbde9ba62c77c9cd5dc3dd6f6a1c7 (diff) | |
| download | go-x-website-61fc64f2024b3366363d7c623862d0ab6542a1ff.tar.xz | |
_content: update links to tour
Now the tour is just /tour, not https://tour.golang.org.
Change-Id: Iebb2f7a5218b747896250815f4f46f62755e6a88
Reviewed-on: https://go-review.googlesource.com/c/website/+/365101
Trust: Russ Cox <rsc@golang.org>
Reviewed-by: Jamal Carvalho <jamal@golang.org>
Diffstat (limited to '_content/doc/code.html')
| -rw-r--r-- | _content/doc/code.html | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/_content/doc/code.html b/_content/doc/code.html index a142ef3a..1de6ed7e 100644 --- a/_content/doc/code.html +++ b/_content/doc/code.html @@ -439,12 +439,9 @@ clear, idiomatic Go code. </p> <p> -Take {{if googleCN}} -A Tour of Go -{{else}} -<a href="//tour.golang.org/">A Tour of Go</a> -{{end}} to learn the language -proper. +Take +<a href="/tour/">A Tour of Go</a> +to learn the language proper. </p> <p> |
