From 9ced9fb79ec7fc49b8824c2b05cd539d31fd988b Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Wed, 25 Jul 2018 15:52:41 +0100 Subject: [PATCH] Fix links in sitemap.json --- sitemap.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sitemap.json b/sitemap.json index 9892f1a..5474e7c 100644 --- a/sitemap.json +++ b/sitemap.json @@ -8,7 +8,7 @@ { "idx": {{ link.idx }}, "title": "{{ link.title }}", - "loc": "https://rubenwardy.com/minetest_modding_book/en/{{ link.link }}", + "loc": "https://rubenwardy.com/minetest_modding_book/{{ link.url }}", {% if link.description %} "description": "{{ link.description }}", {% endif %}