From e1b92647ba5237dd3dc7b30846fc57af8a64b933 Mon Sep 17 00:00:00 2001 From: Stuart Fraser Date: Thu, 21 Mar 2024 12:56:51 +0000 Subject: [PATCH] Update rdls_schema.json Dataset Identifier URL pointing to readthedocs version of docs, which does not give correct guidance. Replaced with correct location of guidance on how to complete dataset identifier, on docs.riskdatalibrary.org --- 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..cdac391 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://docs.riskdatalibrary.org/en/{{version}}/guides/metadata/#assign-a-dataset-identifier).", "minLength": 1 }, "title": {