Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit 6e08ccf

Browse files
authored
Change to link
Change a plain text URL to a link and specify the keyword used, in thegetting started learning section.
1 parent e43e3eb commit 6e08ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn/getting-started-step-by-step.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ So far our JSON schema has been wholly self contained. It is very common to shar
276276

277277
For this example we introduce a new JSON Schema resource and for both properties therein:
278278
* We use the `minimum` validation keyword noted earlier.
279-
* We add the http://json-schema.org/latest/json-schema-validation.html#rfc.section.6.2.2 validation keyword.
279+
* We add the [`maximum`](http://json-schema.org/latest/json-schema-validation.html#rfc.section.6.2.2) validation keyword.
280280
* Combined, these give us a range to use in validation.
281281

282282
```json

0 commit comments

Comments
 (0)