Skip to content

Commit 33b0f2f

Browse files
committed
Update links to pypi.org
1 parent 90d6fed commit 33b0f2f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ Here's a brief check list for releasing a new version:
6767
Ping Hong Minhee ([email protected], @dahlia on GitHub) if you need
6868
any help!
6969

70-
.. _PyPI: https://pypi.python.org/pypi/libsass
70+
.. _PyPI: https://pypi.org/pypi/libsass/
7171
__ https://sass.github.io/libsass-python/

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ libsass-python: Sass_/SCSS for Python
33

44
.. image:: https://badge.fury.io/py/libsass.svg
55
:alt: PyPI
6-
:target: https://pypi.python.org/pypi/libsass
6+
:target: https://pypi.org/pypi/libsass/
77

88
.. image:: https://travis-ci.org/sass/libsass-python.svg
99
: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
6767
You need a C++ compiler that support those features.
6868
See also libsass project's README_ file.
6969

70-
.. _PyPI: https://pypi.python.org/pypi/libsass
70+
.. _PyPI: https://pypi.org/pypi/libsass/
7171
.. _README: https://github.com/sass/libsass#readme
7272

7373

docs/frameworks/flask.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,4 @@ command before. Make :file:`setup.cfg` config:
172172
Now it automatically builds Sass/SCSS sources and include compiled CSS files
173173
to the package archive when you run :program:`setup.py sdist`.
174174

175-
.. _setuptools: https://pypi.python.org/pypi/setuptools
175+
.. _setuptools: https://pypi.org/pypi/setuptools/

docs/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ It's available on PyPI_, so you can install it using :program:`pip`:
5050
You need a C++ compiler that support those features.
5151
See also libsass project's README_ file.
5252

53-
.. _PyPI: https://pypi.python.org/pypi/libsass
53+
.. _PyPI: https://pypi.org/pypi/libsass/
5454
.. _README: https://github.com/sass/libsass#readme
5555

5656

@@ -154,11 +154,11 @@ Coveralls (Test coverage)
154154
:alt: Coverage Status
155155

156156
PyPI
157-
https://pypi.python.org/pypi/libsass
157+
https://pypi.org/pypi/libsass/
158158

159159
.. image:: https://badge.fury.io/py/libsass.svg
160160
:alt: PyPI
161-
:target: https://pypi.python.org/pypi/libsass
161+
:target: https://pypi.org/pypi/libsass/
162162

163163
Changelog
164164
:doc:`changes`

0 commit comments

Comments
 (0)