From 418fa5e2e9ed2b87686e363659ec1184e8da07d7 Mon Sep 17 00:00:00 2001 From: Ben Hutton Date: Tue, 3 Oct 2023 16:02:48 +0100 Subject: [PATCH] Fix link to 404 Fixes https://github.com/json-schema-org/json-schema-spec/issues/1454 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44e55482..5faf658e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ JSON Schema is a vocabulary that allows you to validate, annotate, and 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/documentation.html) on the website. +For the latest released I-Ds, please see the [Specification page](http://json-schema.org/specification.html) on the website. ## Call for contributions and feedback