Skip to content

Commit

Permalink
docs: Fix stable docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarney authored Feb 25, 2022
1 parent fa65662 commit 78155cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
if DEV_BUILD:
html_theme_options["announcement"] = (
"This is the unstable version of the documentation, features may change or be removed without warning. "
'<a href="/esbonio/docs/latest/en/">Click here</a> to view the released version'
'<a href="/esbonio/docs/stable/en/">Click here</a> to view the released version'
)


Expand Down

0 comments on commit 78155cb

Please sign in to comment.