Skip to content

Commit 20cf23f

Browse files
authored
Merge pull request json-schema-org#239 from adamquaile/patch-1
Use HTTPS for schema links
2 parents fde310b + 1d9a3af commit 20cf23f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ The meta-schemas are schemas against which other schemas can be validated. They
3939
The latest meta-schema is **draft-07**.
4040

4141
|--------------------------------------------------------------|------------------------------------------------------------|
42-
| [Core/Validation meta-schema](http://json-schema.org/draft-07/schema) | Used for schemas written for pure validation. |
43-
| [Hyper meta-schema](http://json-schema.org/draft-07/hyper-schema) | Used for schemas written for validation and hyper-linking. |
42+
| [Core/Validation meta-schema](https://json-schema.org/draft-07/schema) | Used for schemas written for pure validation. |
43+
| [Hyper meta-schema](https://json-schema.org/draft-07/hyper-schema) | Used for schemas written for validation and hyper-linking. |
4444

4545
_If you are accessing the above meta-schema links **from a web browser**, you will need to **save the file** then open it as a JSON document._
4646

0 commit comments

Comments
 (0)