_content/security: Add tutorials to Security page

Added links for govulncheck tutorial and VS Code Go to security index page.

Change-Id: I49e2441ff62811604243e116788a235bab1fbb20
Reviewed-on: https://go-review.googlesource.com/c/website/+/508315
Run-TryBot: Julie Qiu <julieqiu@google.com>
Reviewed-by: Julie Qiu <julieqiu@google.com>
Auto-Submit: Julie Qiu <julieqiu@google.com>
Reviewed-by: Brandon Kessler <bkessler@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
diff --git a/_content/security/index.md b/_content/security/index.md
index 80347fd..01b767b 100644
--- a/_content/security/index.md
+++ b/_content/security/index.md
@@ -22,13 +22,15 @@
 functions and methods are actually called.
 
 - [View the govulncheck documentation](https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck)
+- [Tutorial: Get started with govulncheck](https://go.dev/doc/tutorial/govulncheck)
 
 ### Detect vulnerabilities from your editor
 
 The VS Code Go extension checks third-party dependencies and surfaces relevant vulnerabilities.
 
 - [User documentation](https://go.dev/security/vuln/editor)
-- [Get started with VS Code Go](https://marketplace.visualstudio.com/items?itemName=golang.go)
+- [Download VS Code Go](https://marketplace.visualstudio.com/items?itemName=golang.go)
+- [Tutorial: Get started with VS Code Go](https://go.dev/doc/tutorial/govulncheck-ide)
 
 ### Find Go modules to build upon
 
@@ -47,7 +49,7 @@
 are curated by the Go Security team.
 
 - [Browse reports in the Go vulnerability database](https://pkg.go.dev/vuln/)
-- [View the API documentation](https://go.dev/security/vuln/database#api)
+- [View the Go Vulnerability Database documentation](https://go.dev/security/vuln/database)
 - [Contribute a public vulnerability to the database](https://go.dev/s/vulndb-report-new)
 
 
@@ -71,7 +73,7 @@
 [supported by OSS-Fuzz](https://google.github.io/oss-fuzz/getting-started/new-project-guide/go-lang/#native-go-fuzzing-support).
 
 - [Review the basics of fuzzing](https://go.dev/security/fuzz)
-- [Get started with fuzzing tutorial](https://go.dev/doc/tutorial/fuzz)
+- [Tutorial: Get started with fuzzing](https://go.dev/doc/tutorial/fuzz)
 
 ## Secure services with Go's cryptography libraries