Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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


Expand Down
2 changes: 1 addition & 1 deletion docs/frameworks/flask.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/
6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down Expand Up @@ -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`
Expand Down