From: Alberto Donizetti Date: Tue, 8 Jan 2019 18:59:08 +0000 (+0100) Subject: doc: make link relative in 1.12 cgo release notes X-Git-Tag: go1.12beta2~18 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=871256210921227802de309d1ae5e94e9b3646f4;p=gostls13.git doc: make link relative in 1.12 cgo release notes Change a link in the cgo section of the 1.12 release notes from https://golang.org/cmd/cgo ... to /cmd/cgo/ ... to uniform it with other links on the page, and to ensure correct target when the page is displayed on tip.golang.org. Change-Id: I7653a6ea15ce111a60929c7ae7e9fb0dc9515502 Reviewed-on: https://go-review.googlesource.com/c/156858 Reviewed-by: Brad Fitzpatrick --- diff --git a/doc/go1.12.html b/doc/go1.12.html index d8547e9f96..046be21093 100644 --- a/doc/go1.12.html +++ b/doc/go1.12.html @@ -135,7 +135,7 @@ go vet -vettool=$(which shadow) Go 1.12 will translate the C type EGLDisplay to the Go type uintptr. This change is similar to how Go 1.10 and newer treats Darwin's CoreFoundation and Java's JNI types. See the - cgo documentation + cgo documentation for more information.