]> Cypherpunks repositories - gostls13.git/commitdiff
doc: make symbol links simpler for relnotes
authorJes Cok <xigua67damn@gmail.com>
Thu, 16 May 2024 14:47:59 +0000 (22:47 +0800)
committerGopher Robot <gobot@golang.org>
Thu, 16 May 2024 15:53:51 +0000 (15:53 +0000)
Change-Id: Ie8ff3d1d1398618b9a229aa3cb1ef2deaa58c3d6
Reviewed-on: https://go-review.googlesource.com/c/go/+/586056
Reviewed-by: Jonathan Amsterdam <jba@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>

doc/next/6-stdlib/99-minor/crypto/x509/66249.md

index 5b1d98222ae13ab659ebe1b510a0d29f73250312..d449e74d66364bdc3be12c94933bcf02fc1e01ae 100644 (file)
@@ -1,3 +1,3 @@
-The new [`ParseOID`](/pkg/crypto/x509#ParseOID) function parses a dot-encoded ASN.1 Object Identifier string.
-The [`OID`](/pkg/crypto/x509#OID) type now implements the [`BinaryMarshaler`](/pkg/encoding#BinaryMarshaler), [`BinaryUnmarshaler`](/pkg/encoding#BinaryUnmarshaler),
-[`TextMarshaler`](/pkg/encoding#TextMarshaler), [`TextUnmarshaler`](/pkg/encoding#TextUnmarshaler) interfaces.
+The new [ParseOID] function parses a dot-encoded ASN.1 Object Identifier string.
+The [OID] type now implements the [encoding.BinaryMarshaler],
+[encoding.BinaryUnmarshaler], [encoding.TextMarshaler], [encoding.TextUnmarshaler] interfaces.