Skip to content

Commit

Permalink
Fix links to windows fat binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Jan 18, 2024
1 parent fb7145b commit d9260bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@
# Substitutions defined for all pages
rst_prolog = f"""
.. |silx_installer_btn| replace::
.. link-button:: https://github.com/silx-kit/silx/releases/download/v{version}/silx-{version}-windows-installer-x86_64.exe
.. link-button:: https://github.com/silx-kit/silx/releases/download/v{release}/silx-{release}-windows-installer-x86_64.exe
:classes: btn-success
:text: Download Windows installer
.. |silx_archive| replace:: :download:`silx ZIP archive <https://github.com/silx-kit/silx/releases/download/v{version}/silx-{version}-windows-application.zip>`
.. |silx_archive| replace:: :download:`silx ZIP archive <https://github.com/silx-kit/silx/releases/download/v{release}/silx-{release}-windows-application.zip>`
"""

# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down

0 comments on commit d9260bb

Please sign in to comment.