diff --git a/README.rst b/README.rst index ecdbc56..a51d89b 100644 --- a/README.rst +++ b/README.rst @@ -1,8 +1,8 @@ Tablib: format-agnostic tabular dataset library =============================================== -.. image:: https://travis-ci.org/kennethreitz/tablib.svg?branch=master - :target: https://travis-ci.org/kennethreitz/tablib +.. image:: https://travis-ci.org/jazzband/tablib.svg?branch=master + :target: https://travis-ci.org/jazzband/tablib :: @@ -174,6 +174,5 @@ request. Make sure you add yourself to AUTHORS_. - -.. _`the repository`: http://github.com/kennethreitz/tablib -.. _AUTHORS: http://github.com/kennethreitz/tablib/blob/master/AUTHORS +.. _`the repository`: http://github.com/jazzband/tablib +.. _AUTHORS: http://github.com/jazzband/tablib/blob/master/AUTHORS diff --git a/docs/_templates/sidebarintro.html b/docs/_templates/sidebarintro.html index 81f1166..8d19480 100644 --- a/docs/_templates/sidebarintro.html +++ b/docs/_templates/sidebarintro.html @@ -37,6 +37,6 @@
diff --git a/docs/development.rst b/docs/development.rst
index 5dcd920..e3767fa 100644
--- a/docs/development.rst
+++ b/docs/development.rst
@@ -8,7 +8,7 @@ Tablib is under active development, and contributors are welcome.
If you have a feature request, suggestion, or bug report, please open a new
issue on GitHub_. To submit patches, please send a pull request on GitHub_.
-.. _GitHub: http://github.com/kennethreitz/tablib/
+.. _GitHub: http://github.com/jazzband/tablib/
@@ -45,12 +45,12 @@ The repository is publicly accessible.
.. code-block:: console
- git clone git://github.com/kennethreitz/tablib.git
+ git clone git://github.com/jazzband/tablib.git
The project is hosted on **GitHub**.
GitHub:
- http://github.com/kennethreitz/tablib
+ http://github.com/jazzband/tablib
Git Branch Structure
@@ -186,7 +186,7 @@ you will receive an email accordingly.
Anyone may view the build status and history at any time.
- https://travis-ci.org/kennethreitz/tablib
+ https://travis-ci.org/jazzband/tablib
Additional reports will also be included here in the future, including :pep:`8` checks and stress reports for extremely large datasets.
diff --git a/docs/install.rst b/docs/install.rst
index 7246972..225f538 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -45,8 +45,8 @@ or install it into your site-packages easily.
To download the full source history from Git, see :ref:`Source Control