From c18238f4733442adc16c3022e771934f94244bf7 Mon Sep 17 00:00:00 2001 From: Rosano Date: Wed, 3 Apr 2024 09:04:50 -0400 Subject: [PATCH] Fix broken JSON Schema links --- doc/data-modules/defining-data-types.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/data-modules/defining-data-types.rst b/doc/data-modules/defining-data-types.rst index 5310da27f..fad62ca7b 100644 --- a/doc/data-modules/defining-data-types.rst +++ b/doc/data-modules/defining-data-types.rst @@ -77,8 +77,8 @@ errors in case the data format doesn't match:: .. HINT:: JSON Schema is very powerful and flexible. If you want to learn more about it, check out the free e-book `Understanding JSON - Schema `_ for + Schema `_ for example. The complete official specs can be found at - http://json-schema.org/documentation.html + https://json-schema.org/specification .. _JSON Schema: http://json-schema.org