Skip to content

Commit

Permalink
Made sure that all references to pyinvoke.org take the form https://w…
Browse files Browse the repository at this point in the history
…ww.pyinvoke.org. The URL https://pyinvoke.org fails to connect, and all http URLs issue redirects to their https equivalent.
  • Loading branch information
joshourisman authored and anarcat committed Sep 6, 2023
1 parent 19db567 commit 0003d38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sites/shared_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
dirname(__file__), "..", "..", "invoke", "sites", "www", "_build"
)
if not on_dev:
inv_www_target = "https://pyinvoke.org/"
inv_www_target = "https://www.pyinvoke.org/"
# Paramiko (docs)
para_target = join(
dirname(__file__), "..", "..", "paramiko", "sites", "docs", "_build"
Expand Down
2 changes: 1 addition & 1 deletion sites/www/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ your question is not answered here.

.. warning::
Many questions about shell command execution and task behavior are answered
on `Invoke's FAQ page <http://www.pyinvoke.org/faq.html>`_ - please check
on `Invoke's FAQ page <https://www.pyinvoke.org/faq.html>`_ - please check
there also!


Expand Down

0 comments on commit 0003d38

Please sign in to comment.