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'"