Commit f570657a by Timothée Peignier

Point to the new URL

parent 21f06a5f
......@@ -224,6 +224,6 @@ Compass (standalone)
:Creator:
`Vitaly Babiy <https://github.com/vbabiy>`_
:Description:
django-pipeline-compass is a compiler for `django-pipeline <https://github.com/cyberdelia/django-pipeline>`_. Making it really easy to use scss and compass with out requiring the compass gem.
django-pipeline-compass is a compiler for `django-pipeline <https://github.com/jazzband/django-pipeline>`_. Making it really easy to use scss and compass with out requiring the compass gem.
:Link:
`https://github.com/vbabiy/django-pipeline-compass`
......@@ -5,7 +5,7 @@ Pipeline is an asset packaging library for Django, providing
both CSS and JavaScript concatenation and compression, built-in JavaScript
template support, and optional data-URI image and font embedding.
You can report bugs and discuss features on the `issues page <https://github.com/cyberdelia/django-pipeline/issues>`_.
You can report bugs and discuss features on the `issues page <https://github.com/jazzband/django-pipeline/issues>`_.
You can discuss features or ask questions on the IRC channel on freenode : `#django-pipeline <irc://irc.freenode.net/django-pipeline>`_
......@@ -15,7 +15,7 @@ Table Of Contents
.. toctree::
:maxdepth: 2
installation
configuration
usage
......@@ -31,4 +31,3 @@ Indices and tables
==================
* :ref:`search`
......@@ -31,7 +31,7 @@ Installation
.. note::
You need to use ``Django>=1.7`` to be able to use this version of pipeline.
.. _GitHub: http://github.com/cyberdelia/django-pipeline
.. _GitHub: http://github.com/jazzband/django-pipeline
.. _PyPI: http://pypi.python.org/pypi/django-pipeline
Upgrading from 1.3
......
......@@ -16,7 +16,7 @@ setup(
io.open('HISTORY.rst', encoding='utf-8').read(),
author='Timothée Peignier',
author_email='timothee.peignier@tryphon.org',
url='https://github.com/cyberdelia/django-pipeline',
url='https://github.com/jazzband/django-pipeline',
license='MIT',
packages=find_packages(exclude=['tests', 'tests.tests']),
zip_safe=False,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment