diff --git a/doc/next/6-stdlib/99-minor/crypto/x509/66249.md b/doc/next/6-stdlib/99-minor/crypto/x509/66249.md index 5b1d98222a..d449e74d66 100644 --- a/doc/next/6-stdlib/99-minor/crypto/x509/66249.md +++ b/doc/next/6-stdlib/99-minor/crypto/x509/66249.md @@ -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.