diff options
| author | matsuyoshi <sfbgwm30@gmail.com> | 2021-11-06 22:10:09 +0900 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2022-05-09 21:33:55 +0000 |
| commit | 8ba050679cede441e72efa9c93aef9fc0193f53b (patch) | |
| tree | 0fdb2ef765b9e8fd00421fcb2fe384c872ad36eb /_content/ref | |
| parent | 32757e9e3da8fb1af6ab492df73209c4c3cc7f8c (diff) | |
| download | go-x-website-8ba050679cede441e72efa9c93aef9fc0193f53b.tar.xz | |
mod.md: correct some links
Change-Id: Ib0c4611c84c7eca652c6128faa8645be7c9ec9f0
Reviewed-on: https://go-review.googlesource.com/c/website/+/362034
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Diffstat (limited to '_content/ref')
| -rw-r--r-- | _content/ref/mod.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_content/ref/mod.md b/_content/ref/mod.md index 4fd2f388..dd4ebc5a 100644 --- a/_content/ref/mod.md +++ b/_content/ref/mod.md @@ -540,7 +540,7 @@ integer followed by a dot and a non-negative integer (for example, `1.9`, The `go` directive was originally intended to support backward incompatible changes to the Go language (see [Go 2 -transition](/design/28221-go2-transitions)). There have been no incompatible +transition](https://go.googlesource.com/proposal/+/master/design/28221-go2-transitions.md)). There have been no incompatible language changes since modules were introduced, but the `go` directive still affects use of new language features: @@ -1052,7 +1052,7 @@ module graph loaded by Go 1.17. The `-compat` flag can be used to override the default version (for example, to prune the `go.sum` file more aggressively in a `go 1.17` module). -See [the design document](/design/36460-lazy-module-loading) for more detail. +See [the design document](https://go.googlesource.com/proposal/+/master/design/36460-lazy-module-loading.md) for more detail. ### Lazy module loading {#lazy-loading} |
