Skip to content

Commit

Permalink
docs: link to stable instead of latest platform docs
Browse files Browse the repository at this point in the history
Reverse changes from dashpay#101
  • Loading branch information
thephez committed Sep 12, 2024
1 parent 77d8510 commit dabbf37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -108,7 +108,7 @@
html_theme_options = {
# "announcement": "Test build of Dash Core documentation migrated from <a href='https://dashcore.readme.io'>Readme.io</a>!",
"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"},
Expand Down

0 comments on commit dabbf37

Please sign in to comment.