aboutsummaryrefslogtreecommitdiff
path: root/_content/ref/mod.md
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2023-12-07 15:02:17 -0500
committerGopher Robot <gobot@golang.org>2023-12-08 03:23:27 +0000
commitf74533cb3d222cb0987af4771426c45b6a8874d6 (patch)
treefb4374b076f33ddcffd74317b589df162d1e69b9 /_content/ref/mod.md
parent94530e9339079a34a73f64c639d830b164cfa6a9 (diff)
downloadgo-x-website-f74533cb3d222cb0987af4771426c45b6a8874d6.tar.xz
_content: replace https://blog.golang.org/ links with /blog/
Global search and replace in HTML for href="https://blog.golang.org/ and in Markdown for ](https://blog.golang.org/ Change-Id: Ife69e89a42a631fa5c8babd07201ed0d7796eb0e Reviewed-on: https://go-review.googlesource.com/c/website/+/548062 Auto-Submit: Russ Cox <rsc@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Diffstat (limited to '_content/ref/mod.md')
-rw-r--r--_content/ref/mod.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/_content/ref/mod.md b/_content/ref/mod.md
index a2416315..0d586e2d 100644
--- a/_content/ref/mod.md
+++ b/_content/ref/mod.md
@@ -13,7 +13,7 @@ This document is a detailed reference manual for Go's module system. For an
introduction to creating Go projects, see [How to Write Go
Code](/doc/code.html). For information on using modules,
migrating projects to modules, and other topics, see the blog series starting
-with [Using Go Modules](https://blog.golang.org/using-go-modules).
+with [Using Go Modules](/blog/using-go-modules).
## Modules, packages, and versions {#modules-overview}
@@ -1369,7 +1369,7 @@ usually release a new major version. In the example above, the author should
create a module with the path `example.com/m/v5` and should release version
`v5.0.0`. The author should also update imports of packages in the module to use
the prefix `example.com/m/v5` instead of `example.com/m`. See [Go Modules: v2
-and Beyond](https://blog.golang.org/v2-go-modules) for a more detailed example.
+and Beyond](/blog/v2-go-modules) for a more detailed example.
Note that the `+incompatible` suffix should not appear on a tag in a repository;
a tag like `v4.1.2+incompatible` will be ignored. The suffix only appears in