From 220bf30a7a2fa02ddc669ded0e07b87c8a97e0f3 Mon Sep 17 00:00:00 2001
From: Jonathan Amsterdam
Date: Mon, 14 Jun 2021 09:05:11 -0400
Subject: go.dev/_content/about.md: mention blog post on retractions
Change-Id: I6ddea1c76244806439da9990758f15db466a01d4
Reviewed-on: https://go-review.googlesource.com/c/website/+/327750
Trust: Jonathan Amsterdam
Run-TryBot: Jonathan Amsterdam
TryBot-Result: Go Bot
Reviewed-by: Dmitri Shuralyov
---
go.dev/_content/about.md | 5 +++--
go.dev/testdata/golden/about/index.html | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/go.dev/_content/about.md b/go.dev/_content/about.md
index 2272ebda..09ba209d 100644
--- a/go.dev/_content/about.md
+++ b/go.dev/_content/about.md
@@ -31,8 +31,9 @@ Data for the site is downloaded from [proxy.golang.org](https://proxy.golang.org
If you would like to hide versions of a module on pkg.go.dev, as well as from
the `go` command, you should retract them. Retracting a module version involves
adding a `retract` directive to your `go.mod` file and publishing a new version.
-See the [modules reference](https://golang.org/ref/mod#go-mod-file-retract) for
-details.
+See the Go blog post [New module changes in Go
+1.16](https://blog.golang.org/go116-module-changes#TOC_5.) and the [modules
+reference](https://golang.org/ref/mod#go-mod-file-retract) for details.
## Documentation
diff --git a/go.dev/testdata/golden/about/index.html b/go.dev/testdata/golden/about/index.html
index 7c0f18be..8ad20159 100644
--- a/go.dev/testdata/golden/about/index.html
+++ b/go.dev/testdata/golden/about/index.html
@@ -151,8 +151,9 @@ Go.dev provides:
If you would like to hide versions of a module on pkg.go.dev, as well as from
the go command, you should retract them. Retracting a module version involves
adding a retract directive to your go.mod file and publishing a new version.
-See the modules reference for
-details.
+See the Go blog post New module changes in Go
+1.16 and the modules
+reference for details.
Documentation
--
cgit v1.3