From 376fe83341fb13f1fa12b3695282b2b2c2e9272e Mon Sep 17 00:00:00 2001 From: MOHAMMED HANAN M T P <91409429+hanu-14@users.noreply.github.com> Date: Sat, 18 Jul 2026 11:36:16 +0530 Subject: [PATCH] fix: upgrade http:// to https:// in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d6ede89..b289e462 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ manipulate JSON documents. This repository contains the sources for the **work in progress** of the next set of JSON Schema IETF Internet Draft (I-D) documents. For the latest released I-Ds, please see the -[Specification page](http://json-schema.org/specification.html) on the website. +[Specification page](https://json-schema.org/specification.html) on the website. ## Call for contributions and feedback @@ -135,7 +135,7 @@ generated in the `coverage` directory and can be viewed using something like ## The website -The JSON Schema web site is at +The JSON Schema web site is at The source for the website is [maintained in a separate repository](https://github.com/json-schema-org/website).