summaryrefslogtreecommitdiff
path: root/docs/development.rst
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2019-10-03 09:10:46 +0200
committerClaude Paroz <claude@2xlibre.net>2019-10-03 09:10:46 +0200
commitd9df89f5daaf0d38aebcaa2622da8816a0667ef1 (patch)
treefddcb56316129f63fadbe7a67bc7dc297cdae4ae /docs/development.rst
parent22bb20c74b8b7e9709aa7360f17aaae41ff50817 (diff)
downloadtablib-d9df89f5daaf0d38aebcaa2622da8816a0667ef1.tar.gz
Refs #378 - Updated Travis and GitHub links
Diffstat (limited to 'docs/development.rst')
-rw-r--r--docs/development.rst8
1 files changed, 4 insertions, 4 deletions
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.