From 2bb7f6b4f1e5ffd90d7ea00a653d7407f496d639 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Fri, 17 Dec 2021 17:17:41 -0800 Subject: [PATCH] doc/go1.18: point to spec in same directory for release notes The release notes explicitly refer to sections updated for generics in the spec but then point to the old spec which is very confusing for beta users. For #47694 Change-Id: I5b555db3543cc32f088a8b267ec3f1195a52a812 Reviewed-on: https://go-review.googlesource.com/c/go/+/373174 Trust: Robert Griesemer Reviewed-by: Ian Lance Taylor --- doc/go1.18.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/go1.18.html b/doc/go1.18.html index 0f313ee454..06a75643fc 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -48,16 +48,16 @@ Do not send CLs removing the interior tags from such phrases.

The following is a list of the most visible changes. For a more comprehensive overview, see the proposal. - For details see the language spec. + For details see the language spec.