Skip to content

Commit ffd47a9

Browse files
committed
jsonschema: fix link block in package doc
One entry is missing a colon, without which, not only is the one link not valid, the entire section is considered invalid and none of the link references are used. Another link uses a different name for declaration and use. Change-Id: I6a6a636c54e37ef60c0b52b1030f68e63d4ee68a
1 parent 0f596bd commit ffd47a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jsonschema/doc.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ are recorded in the schema, but ignored during validation.
9494
[JSON Schema specification]: https://json-schema.org
9595
[section 7 of the validation spec]: https://json-schema.org/draft/2020-12/draft-bhutton-json-schema-validation-00#rfc.section.7
9696
[section 8 of the validation spec]: https://json-schema.org/draft/2020-12/draft-bhutton-json-schema-validation-00#rfc.section.8
97-
[learnjsonschema.org]: https://www.learnjsonschema.com/2020-12/format-annotation/format/
98-
[this table of differences] https://github.com/dlclark/regexp2?tab=readme-ov-file#compare-regexp-and-regexp2
97+
[learnjsonschema.com]: https://www.learnjsonschema.com/2020-12/format-annotation/format/
98+
[this table of differences]: https://github.com/dlclark/regexp2?tab=readme-ov-file#compare-regexp-and-regexp2
9999
[annotations]: https://json-schema.org/draft/2020-12/json-schema-core#name-annotations
100100
*/
101101
package jsonschema

0 commit comments

Comments
 (0)