diff options
author | Justin Mayer <entroP@gmail.com> | 2020-11-20 15:46:05 +0100 |
---|---|---|
committer | Justin Mayer <entroP@gmail.com> | 2020-11-20 15:46:05 +0100 |
commit | 4b79d6dae67844ba7faff10101dc8b18780692d4 (patch) | |
tree | dda930fcfd0bec01aec507bcb5bfb299141d4b6b | |
parent | 67e27ca7cd36f4b9cd27418d171cb2e5c25df9ea (diff) | |
download | pelican-4b79d6dae67844ba7faff10101dc8b18780692d4.tar.gz |
Update PyPI URLs to new equivalents
-rw-r--r-- | README.rst | 2 | ||||
-rw-r--r-- | docs/settings.rst | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -60,7 +60,7 @@ Why the name "Pelican"? :target: https://github.com/getpelican/pelican/actions :alt: GitHub Actions CI: continuous integration status .. |pypi-version| image:: https://img.shields.io/pypi/v/pelican.svg - :target: https://pypi.python.org/pypi/pelican + :target: https://pypi.org/project/pelican/ :alt: PyPI: the Python Package Index .. |repology| image:: https://repology.org/badge/tiny-repos/pelican.svg :target: https://repology.org/project/pelican/versions diff --git a/docs/settings.rst b/docs/settings.rst index 377051b0..e7eae66a 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -276,7 +276,7 @@ Basic settings If set to True, several typographical improvements will be incorporated into the generated HTML via the `Typogrify - <https://pypi.python.org/pypi/typogrify>`_ library, which can be installed + <https://pypi.org/project/typogrify/>`_ library, which can be installed via: ``python -m pip install typogrify`` .. data:: TYPOGRIFY_IGNORE_TAGS = [] |