From 79e5d7a9fb158b97294f172757bd993ee93e6a15 Mon Sep 17 00:00:00 2001 From: Christophe Benz Date: Tue, 2 Jul 2019 16:17:11 +0200 Subject: [PATCH] Update name and doc URLs --- homepage_config.json.example | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/homepage_config.json.example b/homepage_config.json.example index a5ff2b7..611a69b 100644 --- a/homepage_config.json.example +++ b/homepage_config.json.example @@ -14,20 +14,19 @@ "version": 1, "schemas": [ { - "name": "scdl-prenoms", "repo_url": "https://github.com/CharlesNepote/liste-prenoms-nouveaux-nes/", "schema_filename": "prenom-schema.json", "doc_url_by_ref": { - "~latest_tag": "https://scdl.opendatafrance.net/docs/schemas/scdl-prenoms.html", - "next": "https://scdl.opendatafrance.net/docs-next/schemas/scdl-prenoms.html" + "~latest_tag": "https://scdl.opendatafrance.net/docs/schemas/prenoms.html", + "next": "https://scdl.opendatafrance.net/docs-next/schemas/prenoms.html" } }, { - "name": "scdl-irve", + "name": "irve", "repo_url": "https://github.com/etalab/schema-irve/", "doc_url_by_ref": { - "~latest_tag": "https://scdl.opendatafrance.net/docs/schemas/scdl-irve.html", - "next": "https://scdl.opendatafrance.net/docs-next/schemas/scdl-irve.html" + "~latest_tag": "https://scdl.opendatafrance.net/docs/schemas/irve.html", + "next": "https://scdl.opendatafrance.net/docs-next/schemas/irve.html" } } ] -- GitLab