aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2021-11-10 15:04:36 -0500
committerRuss Cox <rsc@golang.org>2021-11-10 20:25:36 +0000
commit5743d7e57704d76103fb73f54fcb684c74b8a0e2 (patch)
tree8d268ef1eba773d3752cd45620bba975227d2440
parent95dd563743a01bfac4c83fd503e68993ebf834fb (diff)
downloadgo-x-website-5743d7e57704d76103fb73f54fcb684c74b8a0e2.tar.xz
go.dev/_content/blog: fix pkg links
Fixes golang/go#49507. Change-Id: Ieb0f8ebcd42efebc6b608091b1a4e263ef5d1c67 Reviewed-on: https://go-review.googlesource.com/c/website/+/363054 Trust: Russ Cox <rsc@golang.org> Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Bryan C. Mills <bcmills@google.com> TryBot-Result: Go Bot <gobot@golang.org> Website-Publish: Russ Cox <rsc@golang.org>
-rw-r--r--go.dev/_content/blog/12years.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.dev/_content/blog/12years.md b/go.dev/_content/blog/12years.md
index 3dd6db0c..c0a9ad8e 100644
--- a/go.dev/_content/blog/12years.md
+++ b/go.dev/_content/blog/12years.md
@@ -18,7 +18,7 @@ Another part of that consolidation was
In February, the [Go 1.16 release](/blog/go1.16)
added [macOS ARM64 support](blog/ports),
-added [a file system interface](/pkg/io/fs) and [embedded files](/pkg/embed),
+added [a file system interface](https://golang.org/pkg/io/fs) and [embedded files](https://golang.org/pkg/embed),
and [enabled modules by default](/blog/go116-module-changes),
along with the usual assortment of improvements and optimizations.