From 5686b650cc6e75ac28f76a3c02176cb3f25b13c4 Mon Sep 17 00:00:00 2001 From: Alan Donovan Date: Tue, 5 Dec 2023 14:22:53 -0500 Subject: [PATCH] doc/go_spec.html: rename golang.org to go.dev Fixes #64513 Change-Id: I45d6a4ba2170308260f3b8f7965affc9948f3fcf Reviewed-on: https://go-review.googlesource.com/c/go/+/547476 Reviewed-by: Dmitri Shuralyov Reviewed-by: Dmitri Shuralyov LUCI-TryBot-Result: Go LUCI Auto-Submit: Alan Donovan --- doc/go1.17_spec.html | 2 +- doc/go_spec.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/go1.17_spec.html b/doc/go1.17_spec.html index 15e73c3867..16c6d40ffc 100644 --- a/doc/go1.17_spec.html +++ b/doc/go1.17_spec.html @@ -8,7 +8,7 @@

This is a reference manual for the Go programming language. For -more information and other documents, see golang.org. +more information and other documents, see go.dev.

diff --git a/doc/go_spec.html b/doc/go_spec.html index 18f88d5ead..f68441e664 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -10,7 +10,7 @@ This is the reference manual for the Go programming language. The pre-Go1.18 version, without generics, can be found here. -For more information and other documents, see golang.org. +For more information and other documents, see go.dev.

-- 2.50.0