Skip to content

Commit

Permalink
Update conf.py with updated hyperlink
Browse files Browse the repository at this point in the history
Aa discussed with @maximlt, In the below section, the url:

https://panel.holoviz.org/about/releases.html#version-1-4-0

Was changed to:

https://panel.holoviz.org/about/releases.html

See below for comment and explanation:

holoviz#6903 (review)




announcement_text = f"Panel {current_release} has just been released! Check out the <a href='https://panel.holoviz.org/about/releases.html#version-1-4-0'>release notes</a> and support Panel by giving it a 🌟 on <a href='https://github.com/holoviz/panel'>Github</a>."
  • Loading branch information
Coderambling authored Jul 31, 2024
1 parent 310309e commit cc4f3c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

current_release = panel.__version__ # Current release version variable

announcement_text = f"Panel {current_release} has just been released! Check out the <a href='https://panel.holoviz.org/about/releases.html#version-1-4-0'>release notes</a> and support Panel by giving it a 🌟 on <a href='https://github.com/holoviz/panel'>Github</a>."
announcement_text = f"Panel {current_release} has just been released! Check out the <a href='https://panel.holoviz.org/about/releases.html'>release notes</a> and support Panel by giving it a 🌟 on <a href='https://github.com/holoviz/panel'>Github</a>."


html_theme_options = {
Expand Down

0 comments on commit cc4f3c5

Please sign in to comment.