aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2018-07-18 18:27:20 +0000
committerBrad Fitzpatrick <bradfitz@golang.org>2018-07-18 18:28:37 +0000
commitac1cb992ea3ff1d0dd9ddc2af9da4dd1354f7761 (patch)
tree9d28969577af30d92e1488a6ff4007ec97d989c1
parentb9761b18e1108183cd82007afc2d70b0e168d5a8 (diff)
downloadgo-ac1cb992ea3ff1d0dd9ddc2af9da4dd1354f7761.tar.gz
go-ac1cb992ea3ff1d0dd9ddc2af9da4dd1354f7761.zip
doc/go1.11: remove unnecessary absolute link
This doesn't auto-deploy to golang.org, only tip.golang.org. Change-Id: I112743ada2c1393e21edcc9075127f40da9e6270 Reviewed-on: https://go-review.googlesource.com/124755 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
-rw-r--r--doc/go1.11.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/go1.11.html b/doc/go1.11.html
index 7d538a53d1..a688e67a4f 100644
--- a/doc/go1.11.html
+++ b/doc/go1.11.html
@@ -136,8 +136,7 @@ Do not send CLs removing the interior tags from such phrases.
NOTE: This is not present in go1.11beta1 but will be available in future
betas and subsequent releases.
</strong>
- <!-- TODO s;https://tip.golang.org;; for final release (right now golang.org/cmd/go doesn't have that section) -->
- Go 1.11 adds preliminary support for a <a href="https://tip.golang.org/cmd/go/#hdr-Modules__module_versions__and_more">new concept called “modules,”</a>
+ Go 1.11 adds preliminary support for a <a href="/cmd/go/#hdr-Modules__module_versions__and_more">new concept called “modules,”</a>
an alternative to GOPATH with integrated support for versioning and
package distribution.
Using modules, developers are no longer confined to working inside GOPATH,