diff --git a/conf.py b/conf.py index 24da8a1d..1212cfd5 100644 --- a/conf.py +++ b/conf.py @@ -75,7 +75,7 @@ # -- intersphinx configuration ----------------------------------------------- intersphinx_mapping = { "user": ("https://docs.dash.org/en/stable/", None), - "platform": ("https://docs.dash.org/projects/platform/en/latest/", None), + "platform": ("https://docs.dash.org/projects/platform/en/stable/", None), } # We recommend adding the following config value. @@ -108,7 +108,7 @@ html_theme_options = { # "announcement": "Test build of Dash Core documentation migrated from Readme.io!", "external_links": [ - {"name": "Platform docs", "url": "https://docs.dash.org/projects/platform/en/latest/docs/index.html"}, + {"name": "Platform docs", "url": "https://docs.dash.org/projects/platform/en/stable/docs/index.html"}, {"name": "User docs", "url": "https://docs.dash.org/"}, {"name": "Dash.org", "url": "https://www.dash.org"}, {"name": "Forum", "url": "https://www.dash.org/forum"},