From 4250e337acf60929ba5791041bb1933b09c33b56 Mon Sep 17 00:00:00 2001 From: thephez Date: Wed, 28 Feb 2024 16:45:16 -0500 Subject: [PATCH] docs: update header link --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index f3539957..20ff4c6b 100644 --- a/conf.py +++ b/conf.py @@ -98,7 +98,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/stable/docs/index.html"}, + {"name": "Platform docs", "url": "https://docs.dash.org/projects/platform/en/latest/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"},