From 33b0f2f374d3fc9f83c32b61ed29c9387c27790e Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Thu, 5 Jul 2018 18:19:09 -0700 Subject: [PATCH] Update links to pypi.org --- CONTRIBUTING.rst | 2 +- README.rst | 4 ++-- docs/frameworks/flask.rst | 2 +- docs/index.rst | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index e9e817b9..5e6d82b8 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -67,5 +67,5 @@ Here's a brief check list for releasing a new version: Ping Hong Minhee (hongminhee@member.fsf.org, @dahlia on GitHub) if you need any help! -.. _PyPI: https://pypi.python.org/pypi/libsass +.. _PyPI: https://pypi.org/pypi/libsass/ __ https://sass.github.io/libsass-python/ diff --git a/README.rst b/README.rst index c52274d9..6e8a73a0 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,7 @@ libsass-python: Sass_/SCSS for Python .. image:: https://badge.fury.io/py/libsass.svg :alt: PyPI - :target: https://pypi.python.org/pypi/libsass + :target: https://pypi.org/pypi/libsass/ .. image:: https://travis-ci.org/sass/libsass-python.svg :target: https://travis-ci.org/sass/libsass-python @@ -67,7 +67,7 @@ It's available on PyPI_, so you can install it using ``pip`` (or You need a C++ compiler that support those features. See also libsass project's README_ file. -.. _PyPI: https://pypi.python.org/pypi/libsass +.. _PyPI: https://pypi.org/pypi/libsass/ .. _README: https://github.com/sass/libsass#readme diff --git a/docs/frameworks/flask.rst b/docs/frameworks/flask.rst index f20ba8a1..e01c2776 100644 --- a/docs/frameworks/flask.rst +++ b/docs/frameworks/flask.rst @@ -172,4 +172,4 @@ command before. Make :file:`setup.cfg` config: Now it automatically builds Sass/SCSS sources and include compiled CSS files to the package archive when you run :program:`setup.py sdist`. -.. _setuptools: https://pypi.python.org/pypi/setuptools +.. _setuptools: https://pypi.org/pypi/setuptools/ diff --git a/docs/index.rst b/docs/index.rst index 4c397927..b5594a05 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -50,7 +50,7 @@ It's available on PyPI_, so you can install it using :program:`pip`: You need a C++ compiler that support those features. See also libsass project's README_ file. -.. _PyPI: https://pypi.python.org/pypi/libsass +.. _PyPI: https://pypi.org/pypi/libsass/ .. _README: https://github.com/sass/libsass#readme @@ -154,11 +154,11 @@ Coveralls (Test coverage) :alt: Coverage Status PyPI - https://pypi.python.org/pypi/libsass + https://pypi.org/pypi/libsass/ .. image:: https://badge.fury.io/py/libsass.svg :alt: PyPI - :target: https://pypi.python.org/pypi/libsass + :target: https://pypi.org/pypi/libsass/ Changelog :doc:`changes`