Skip to content

Commit da2b0f0

Browse files
committed
Updated docs to point to Jazzband.
1 parent b8af750 commit da2b0f0

File tree

5 files changed

+29
-10
lines changed

5 files changed

+29
-10
lines changed

CONTRIBUTING.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[![Jazzband](https://jazzband.co/static/img/jazzband.svg)](https://jazzband.co/)
2+
3+
This is a [Jazzband](https://jazzband.co/) project. By contributing you agree to abide by the [Contributor Code of Conduct](https://jazzband.co/about/conduct) and follow the [guidelines](https://jazzband.co/about/guidelines).
4+
5+
Please see the
6+
[full contributing documentation](https://django-debug-toolbar.readthedocs.io/en/stable/contributing.html)
7+
for more help.

README.rst

+9-5
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,21 @@
22
Django Debug Toolbar
33
====================
44

5-
.. image:: https://secure.travis-ci.org/django-debug-toolbar/django-debug-toolbar.png
6-
:alt: Build Status
7-
:target: http://travis-ci.org/django-debug-toolbar/django-debug-toolbar
5+
.. image:: https://jazzband.co/static/img/badge.svg
6+
:target: https://jazzband.co/
7+
:alt: Jazzband
8+
9+
.. image:: https://travis-ci.org/jazzband/django-debug-toolbar.svg?branch=master
10+
:target: https://travis-ci.org/jazzband/django-debug-toolbar
11+
:alt: Build Status
812

913
The Django Debug Toolbar is a configurable set of panels that display various
1014
debug information about the current request/response and when clicked, display
1115
more details about the panel's content.
1216

1317
Here's a screenshot of the toolbar in action:
1418

15-
.. image:: https://raw.github.com/django-debug-toolbar/django-debug-toolbar/master/example/django-debug-toolbar.png
19+
.. image:: https://raw.github.com/jazzband/django-debug-toolbar/master/example/django-debug-toolbar.png
1620
:width: 908
1721
:height: 557
1822

@@ -31,4 +35,4 @@ itself. If you like it, please consider contributing!
3135
The Django Debug Toolbar was originally created by Rob Hudson <rob@cogit8.org>
3236
in August 2008 and was further developed by many contributors_.
3337

34-
.. _contributors: https://github.com/django-debug-toolbar/django-debug-toolbar/graphs/contributors
38+
.. _contributors: https://github.com/jazzband/django-debug-toolbar/graphs/contributors

docs/contributing.rst

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,27 @@
11
Contributing
22
============
33

4+
.. image:: https://jazzband.co/static/img/jazzband.svg
5+
:target: https://jazzband.co/
6+
:alt: Jazzband
7+
8+
This is a `Jazzband <https://jazzband.co>`_ project. By contributing you agree
9+
to abide by the `Contributor Code of Conduct <https://jazzband.co/about/conduct>`_
10+
and follow the `guidelines <https://jazzband.co/about/guidelines>`_.
11+
412
Bug reports and feature requests
513
--------------------------------
614

715
You can report bugs and request features in the `bug tracker
8-
<http://github.com/django-debug-toolbar/django-debug-toolbar/issues>`_.
16+
<http://github.com/jazzband/django-debug-toolbar/issues>`_.
917

1018
Please search the existing database for duplicates before filing an issue.
1119

1220
Code
1321
----
1422

1523
The code is available `on GitHub
16-
<http://github.com/django-debug-toolbar/django-debug-toolbar>`_.
24+
<http://github.com/jazzband/django-debug-toolbar>`_.
1725

1826
Once you've obtained a checkout, you should create a virtualenv_ and install
1927
the libraries required for working on the Debug Toolbar::
@@ -84,7 +92,7 @@ Patches
8492
-------
8593

8694
Please submit `pull requests
87-
<http://github.com/django-debug-toolbar/django-debug-toolbar/pulls>`_!
95+
<http://github.com/jazzband/django-debug-toolbar/pulls>`_!
8896

8997
The Debug Toolbar includes a limited but growing test suite. If you fix a bug
9098
or add a feature code, please consider adding proper coverage in the test

docs/installation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If you aren't familiar with pip, you may also obtain a copy of the
1616
To test an upcoming release, you can install the in-development version
1717
instead with the following command::
1818

19-
$ pip install -e git+https://github.com/django-debug-toolbar/django-debug-toolbar.git#egg=django-debug-toolbar
19+
$ pip install -e git+https://github.com/jazzband/django-debug-toolbar.git#egg=django-debug-toolbar
2020

2121
Prerequisites
2222
-------------

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
long_description=open('README.rst', encoding='utf-8').read(),
1111
author='Rob Hudson',
1212
author_email='rob@cogit8.org',
13-
url='https://github.com/django-debug-toolbar/django-debug-toolbar',
13+
url='https://github.com/jazzband/django-debug-toolbar',
1414
download_url='https://pypi.python.org/pypi/django-debug-toolbar',
1515
license='BSD',
1616
packages=find_packages(exclude=('tests.*', 'tests', 'example')),

0 commit comments

Comments
 (0)