_content/blog: add link to tutorials in tutorials-go1.18.md

Change-Id: I8a8e3f93eba246f91f2434faa15340dfcb6a4f26
Reviewed-on: https://go-review.googlesource.com/c/website/+/378596
Run-TryBot: Katie Hockman <katie@golang.org>
Reviewed-by: Damien Neil <dneil@google.com>
Reviewed-by: Russ Cox <rsc@golang.org>
diff --git a/_content/blog/tutorials-go1.18.md b/_content/blog/tutorials-go1.18.md
index 87316ba..6d90b4c 100644
--- a/_content/blog/tutorials-go1.18.md
+++ b/_content/blog/tutorials-go1.18.md
@@ -10,19 +10,20 @@
 for Go. We have published two new tutorials to help introduce you to these
 upcoming features.
 
-The first new tutorial will help you get started with generics. This tutorial
-walks you through creating a generic function that can handle multiple types,
-and calling it from your code. Once you’ve created a generic function, you’ll
-learn about type constraints, and write some for your function. Also consider
-checking out the [GopherCon talk about
+The first new [tutorial will help you get started with
+generics](https://go.dev/doc/tutorial/generics). This tutorial walks you through
+creating a generic function that can handle multiple types, and calling it from
+your code. Once you’ve created a generic function, you’ll learn about type
+constraints, and write some for your function. Also consider checking out the
+[GopherCon talk about
 generics](https://www.youtube.com/watch?v=35eIxI_n5ZM&t=1755s) to learn more.
 
-The second new tutorial will help you get started with fuzzing. This tutorial
-demonstrates how fuzzing can find bugs in your code, and walks through the
-process of diagnosing and fixing the issues. In this tutorial, you will write
-code that has a few bugs and use fuzzing to find, fix, and verify the bugs using
-the go command. Special thanks to Beth Brown for her work on the fuzzing
-tutorial!
+The second new [tutorial will help you get started with
+fuzzing](https://go.dev/doc/tutorial/fuzz). This tutorial demonstrates how
+fuzzing can find bugs in your code, and walks through the process of diagnosing
+and fixing the issues. In this tutorial, you will write code that has a few bugs
+and use fuzzing to find, fix, and verify the bugs using the go command. Special
+thanks to Beth Brown for her work on the fuzzing tutorial!
 
 Go 1.18 Beta 1 was released last month, which you can get by visiting the
 [downloads page](https://go.dev/dl/#go1.18beta1).