From dee6ac1e194117e007686c2b8c0f59efde2e3653 Mon Sep 17 00:00:00 2001 From: Louis Laureys Date: Sat, 11 May 2024 15:57:19 +0200 Subject: [PATCH] Update hjson link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 014514e..4d336a6 100644 --- a/README.md +++ b/README.md @@ -259,7 +259,7 @@ NOTE: You must ensure that the data type (e.g. Object, Array or String) for the Hjson is a syntax extension to JSON. It is intended to be used like a user interface for humans, to read and edit before passing the JSON data to the machine. That means you can use it to parse JSON files but it is not intended as a replacement. -You can check [Hjson's homepage](https://hjson.org) to get familiar with it and you can [try out its syntax](https://hjson.org/try.html). +You can check [Hjson's homepage](https://hjson.github.io/) to get familiar with it and you can [try out its syntax](https://hjson.github.io/try.html). Main features: