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 %}