diff --git a/specification.md b/specification.md index 1e1568ab..6f97a600 100644 --- a/specification.md +++ b/specification.md @@ -39,8 +39,8 @@ The meta-schemas are schemas against which other schemas can be validated. They The latest meta-schema is **draft-07**. |--------------------------------------------------------------|------------------------------------------------------------| -| [Core/Validation meta-schema](http://json-schema.org/draft-07/schema) | Used for schemas written for pure validation. | -| [Hyper meta-schema](http://json-schema.org/draft-07/hyper-schema) | Used for schemas written for validation and hyper-linking. | +| [Core/Validation meta-schema](https://json-schema.org/draft-07/schema) | Used for schemas written for pure validation. | +| [Hyper meta-schema](https://json-schema.org/draft-07/hyper-schema) | Used for schemas written for validation and hyper-linking. | _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._