aboutsummaryrefslogtreecommitdiff
path: root/_content/doc/tutorial/generics.md
diff options
context:
space:
mode:
Diffstat (limited to '_content/doc/tutorial/generics.md')
-rw-r--r--_content/doc/tutorial/generics.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_content/doc/tutorial/generics.md b/_content/doc/tutorial/generics.md
index 51dd45d5..0d61fe90 100644
--- a/_content/doc/tutorial/generics.md
+++ b/_content/doc/tutorial/generics.md
@@ -429,7 +429,7 @@ Nicely done! You've just introduced yourself to generics in Go.
Suggested next topics:
-* The [Go Tour](https://tour.golang.org/welcome/1) is a great step-by-step
+* The [Go Tour](/tour/) is a great step-by-step
introduction to Go fundamentals.
* You'll find useful Go best practices described in
[Effective Go](/doc/effective_go) and