From dee3efd9f879335cfb583752b0729cc57f61897e Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Tue, 26 Jul 2022 19:28:00 -0700 Subject: doc/go1.19: fix a few links that were missing trailing slashes They were part of a chain of three redirects. Now it's only two, but that's #54081. Change-Id: Ibfe6a17a372df61df40124892951b48577e4ced9 Reviewed-on: https://go-review.googlesource.com/c/go/+/419634 Run-TryBot: Brad Fitzpatrick Reviewed-by: Dmitri Shuralyov Auto-Submit: Dmitri Shuralyov Reviewed-by: Ian Lance Taylor TryBot-Result: Gopher Robot --- doc/go1.19.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/go1.19.html b/doc/go1.19.html index fc0ef11e3f..9a85765064 100644 --- a/doc/go1.19.html +++ b/doc/go1.19.html @@ -77,7 +77,7 @@ As part of this change, gofmt now reformats doc comments to make their rendered meaning clearer. See “Go Doc Comments” for syntax details and descriptions of common mistakes now highlighted by gofmt. -As another part of this change, the new package go/doc/comment +As another part of this change, the new package go/doc/comment provides parsing and reformatting of doc comments as well as support for rendering them to HTML, Markdown, and text.

@@ -399,7 +399,7 @@ as well as support for rendering them to HTML, Markdown, and text.

The GODEBUG option tls10default=1 has been removed. It is still possible to enable TLS 1.0 client-side by setting - Config.MinVersion. + Config.MinVersion.

@@ -464,7 +464,7 @@ as well as support for rendering them to HTML, Markdown, and text. The ParseCRL and ParseDERCRL functions are now deprecated in favor of ParseRevocationList. - The Certificate.CheckCRLSignature + The Certificate.CheckCRLSignature method is deprecated in favor of RevocationList.CheckSignatureFrom.

@@ -476,18 +476,18 @@ as well as support for rendering them to HTML, Markdown, and text. -
crypto/x509/pkix
+
crypto/x509/pkix

- The types CertificateList and - TBSCertificateList + The types CertificateList and + TBSCertificateList have been deprecated. The new crypto/x509 CRL functionality should be used instead.

-
debug/elf
+
debug/elf

The new EM_LONGARCH and R_LARCH_* constants @@ -583,7 +583,7 @@ as well as support for rendering them to HTML, Markdown, and text.

The parser now recognizes ~x as a unary expression with operator - token.TILDE, + token.TILDE, allowing better error recovery when a type constraint such as ~int is used in an incorrect context.

@@ -908,7 +908,7 @@ as well as support for rendering them to HTML, Markdown, and text.

When tracing and the - CPU profiler are + CPU profiler are enabled simultaneously, the execution trace includes CPU profile samples as instantaneous events.

-- cgit v1.2.3-54-g00ecf