diff --git a/sitemap.xml.gz b/sitemap.xml.gz index 2442433907..53fb0d080a 100644 Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ diff --git a/swagger/swagger-initializer.js b/swagger/swagger-initializer.js index 6c52836b1a..f6c9118ab1 100644 --- a/swagger/swagger-initializer.js +++ b/swagger/swagger-initializer.js @@ -3,7 +3,7 @@ window.onload = function () { // the following lines will be replaced by docker/configurator, when it runs in a docker-container window.ui = SwaggerUIBundle({ - url: "https://hotosm.gitlab-pages.wsl.ch/fmtm/openapi.json", + url: "https://hotosm.github.io/fmtm/openapi.json", dom_id: "#swagger-ui", deepLinking: true, presets: [SwaggerUIBundle.presets.apis, SwaggerUIStandalonePreset],