From a18fa054d32a0274e716d2741e037a36e55df366 Mon Sep 17 00:00:00 2001 From: Pierre Chrzanowski Date: Fri, 13 Sep 2024 17:36:02 +0200 Subject: [PATCH] Update rdls_schema.json To fix #277 --- schema/rdls_schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/rdls_schema.json b/schema/rdls_schema.json index a232ba0..044f6de 100644 --- a/schema/rdls_schema.json +++ b/schema/rdls_schema.json @@ -19,7 +19,7 @@ "id": { "title": "Dataset identifier", "type": "string", - "description": "A unique identifier for the dataset. Use of an HTTP URI is recommended. For more information, see [how to assign a dataset identifier](https://rdl-standard.readthedocs.io/en/{{version}}/reference/codelists/#assign-a-dataset-identifier).", + "description": "A unique identifier for the dataset. Use of an HTTP URI is recommended. For more information, see [how to assign a dataset identifier](https://rdl-standard.readthedocs.io/en/{{version}}/guides/metadata/#assign-a-dataset-identifier).", "minLength": 1 }, "title": {