From 1c6310cd8d8c12801bf7ac8db4bcbaa3cce6fdc8 Mon Sep 17 00:00:00 2001 From: Thomas Redstone Date: Fri, 17 Oct 2025 11:57:56 +0100 Subject: [PATCH] Update links to json hyper schema to match new paths json-schema.org has updated the URLs of these pages, the first gave a 404, the second redirected, so this change updates both to point to the new URLs. --- workspaces/json-hyper-schema/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workspaces/json-hyper-schema/README.md b/workspaces/json-hyper-schema/README.md index 691a203..dfe1a57 100644 --- a/workspaces/json-hyper-schema/README.md +++ b/workspaces/json-hyper-schema/README.md @@ -1,6 +1,6 @@ # JSON Hyper-Schema -This package is the beginning of an implemenation of [JSON Hyper-Schema](http://json-schema.org/latest/json-schema-hypermedia.html). It currently only provides utilities to look up a link by `rel`, `method`, and/or `title`, and for resolving [URI Templates](https://tools.ietf.org/html/rfc6570) from instance data. +This package is the beginning of an implemenation of [JSON Hyper-Schema](https://json-schema.org/specification/json-hyper-schema). It currently only provides utilities to look up a link by `rel`, `method`, and/or `title`, and for resolving [URI Templates](https://tools.ietf.org/html/rfc6570) from instance data. ## URI Template resolution @@ -8,4 +8,4 @@ Resolving URI Templates in JSON Hyper-Schema involves some additional steps beyo Currently, with draft-04 hyper-schemas, URI Templates can use dot-separated names to index into the instance object. This is not part of draft-04, and the function does not implement draft-04's preprocessing options. -In the future, URI Template resolution will support the [full draft-07 resolution process](http://json-schema.org/draft-07/json-schema-hypermedia.html#rfc.section.7.2), including user input. +In the future, URI Template resolution will support the [full draft-07 resolution process](https://json-schema.org/draft-07/json-schema-hypermedia#rfc.section.7.2), including user input.