Skip to content

Commit

Permalink
Refactor : Using stable documentation link instead of latest link. (#…
Browse files Browse the repository at this point in the history
…2055)

* Update topview.py

* Update index.py
  • Loading branch information
ambiguousphoton authored Oct 7, 2023
1 parent 18edd24 commit d85f623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mslib/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def plots():
"For further info on how to generate it, run the " \
"<b>gallery --help</b> command line parameter of mswms.<br>" \
"An example of the gallery can be seen " \
"<a href=\"https://mss.readthedocs.io/en/latest/gallery/index.html\">here</a>"
"<a href=\"https://mss.readthedocs.io/en/stable/gallery/index.html\">here</a>"
return render_template("/content.html", act="plots", content=content)

@APP.route("/mss/code/<path:filename>")
Expand Down

0 comments on commit d85f623

Please sign in to comment.