From f18e52d192803cc1ac3da6335c3adb31410729d5 Mon Sep 17 00:00:00 2001 From: Dragos-Gabriel Danciulescu Date: Wed, 18 Dec 2024 14:19:51 +0200 Subject: [PATCH] update sitemap config for new URL --- public/robots.txt | 2 +- source/mainnet/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/robots.txt b/public/robots.txt index cdf05e639..d72ef3e96 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -7,4 +7,4 @@ User-agent: * Disallow: /pr-preview-academy/ # Add the location of the sitemap -Sitemap: https://developer.concordium.software/en/mainnet/sitemap.xml +Sitemap: https://docs.concordium.com/en/mainnet/sitemap.xml diff --git a/source/mainnet/conf.py b/source/mainnet/conf.py index a60401d9a..dea8ac7e5 100644 --- a/source/mainnet/conf.py +++ b/source/mainnet/conf.py @@ -67,7 +67,7 @@ # todo_link_only = True # sitemap config -html_baseurl = "https://developer.concordium.software/en/mainnet/" +html_baseurl = "https://docs.concordium.com/en/mainnet/" sitemap_url_scheme = "{link}" graphviz_fontname = "'Lato,proxima-nova,Helvetica Neue,Arial,sans-serif'"