mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
Change all links from .../jcassee/d-a to jazzband
This commit is contained in:
parent
1164f75969
commit
fb4f1c1b40
5 changed files with 18 additions and 18 deletions
24
README.rst
24
README.rst
|
|
@ -26,24 +26,24 @@ an asynchronous version of the Javascript code if possible.
|
|||
.. |latest-version| image:: https://img.shields.io/pypi/v/django-analytical.svg
|
||||
:alt: Latest version on PyPI
|
||||
:target: https://pypi.python.org/pypi/django-analytical
|
||||
.. |travis-ci| image:: https://img.shields.io/travis/jcassee/django-analytical/master.svg
|
||||
.. |travis-ci| image:: https://img.shields.io/travis/jazzband/django-analytical/master.svg
|
||||
:alt: Build status
|
||||
:target: https://travis-ci.org/jcassee/django-analytical
|
||||
.. |coveralls| image:: https://coveralls.io/repos/jcassee/django-analytical/badge.svg
|
||||
:target: https://travis-ci.org/jazzband/django-analytical
|
||||
.. |coveralls| image:: https://coveralls.io/repos/jazzband/django-analytical/badge.svg
|
||||
:alt: Test coverage
|
||||
:target: https://coveralls.io/r/jcassee/django-analytical
|
||||
.. |health| image:: https://landscape.io/github/jcassee/django-analytical/master/landscape.svg?style=flat
|
||||
:target: https://landscape.io/github/jcassee/django-analytical/master
|
||||
:target: https://coveralls.io/r/jazzband/django-analytical
|
||||
.. |health| image:: https://landscape.io/github/jazzband/django-analytical/master/landscape.svg?style=flat
|
||||
:target: https://landscape.io/github/jazzband/django-analytical/master
|
||||
:alt: Code health
|
||||
.. |python-support| image:: https://img.shields.io/pypi/pyversions/django-analytical.svg
|
||||
:target: https://pypi.python.org/pypi/django-analytical
|
||||
:alt: Python versions
|
||||
.. |license| image:: https://img.shields.io/pypi/l/django-analytical.svg
|
||||
:alt: Software license
|
||||
:target: https://github.com/jcassee/django-analytical/blob/master/LICENSE.txt
|
||||
:target: https://github.com/jazzband/django-analytical/blob/master/LICENSE.txt
|
||||
.. |gitter| image:: https://badges.gitter.im/Join%20Chat.svg
|
||||
:alt: Gitter chat room
|
||||
:target: https://gitter.im/jcassee/django-analytical
|
||||
:target: https://gitter.im/jazzband/django-analytical
|
||||
.. _`Django`: http://www.djangoproject.com/
|
||||
|
||||
Currently Supported Services
|
||||
|
|
@ -109,8 +109,8 @@ and coding support when implementing new service integrations you're
|
|||
welcome to use our `Gitter chat room`_.
|
||||
|
||||
.. _`read online`: https://django-analytical.readthedocs.io/
|
||||
.. _`hosted by GitHub`: https://github.com/jcassee/django-analytical
|
||||
.. _`Gitter chat room`: https://gitter.im/jcassee/django-analytical
|
||||
.. _`hosted by GitHub`: https://github.com/jazzband/django-analytical
|
||||
.. _`Gitter chat room`: https://gitter.im/jazzband/django-analytical
|
||||
|
||||
How To Contribute
|
||||
-----------------
|
||||
|
|
@ -124,7 +124,7 @@ services to support, or suggesting documentation improvements, use the
|
|||
the repository, make changes and place a `pull request`_. Creating an
|
||||
issue to discuss your plans is useful.
|
||||
|
||||
.. _`issue tracker`: https://github.com/jcassee/django-analytical/issues
|
||||
.. _`pull request`: https://github.com/jcassee/django-analytical/pulls
|
||||
.. _`issue tracker`: https://github.com/jazzband/django-analytical/issues
|
||||
.. _`pull request`: https://github.com/jazzband/django-analytical/pulls
|
||||
|
||||
.. end contribute include
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ Django_ project.
|
|||
.. _Django: https://www.djangoproject.com/
|
||||
|
||||
:Package: https://pypi.python.org/pypi/django-analytical/
|
||||
:Source: https://github.com/jcassee/django-analytical
|
||||
:Source: https://github.com/jazzband/django-analytical
|
||||
|
||||
|
||||
Overview
|
||||
|
|
|
|||
|
|
@ -32,10 +32,10 @@ get the development code:
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
$ git clone https://github.com/jcassee/django-analytical.git
|
||||
$ git clone https://github.com/jazzband/django-analytical.git
|
||||
|
||||
.. _PyPI: http://pypi.python.org/pypi/django-analytical/
|
||||
.. _GitHub: http://github.com/jcassee/django-analytical
|
||||
.. _GitHub: http://github.com/jazzband/django-analytical
|
||||
|
||||
Then install the package by running the setup script:
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ If you would like to have another analytics service supported by
|
|||
django-analytical, please create an issue on the project
|
||||
`issue tracker`_. See also :ref:`helping-out`.
|
||||
|
||||
.. _`issue tracker`: http://github.com/jcassee/django-analytical/issues
|
||||
.. _`issue tracker`: http://github.com/jazzband/django-analytical/issues
|
||||
|
||||
|
||||
Currently supported services:
|
||||
|
|
|
|||
4
setup.py
4
setup.py
|
|
@ -96,8 +96,8 @@ setup(
|
|||
'Programming Language :: Python :: 3.7',
|
||||
],
|
||||
platforms=['any'],
|
||||
url='https://github.com/jcassee/django-analytical',
|
||||
download_url='https://github.com/jcassee/django-analytical/archive/master.zip',
|
||||
url='https://github.com/jazzband/django-analytical',
|
||||
download_url='https://github.com/jazzband/django-analytical/archive/master.zip',
|
||||
cmdclass=cmdclass,
|
||||
install_requires=[
|
||||
'Django>=1.7.0',
|
||||
|
|
|
|||
Loading…
Reference in a new issue