From d9df89f5daaf0d38aebcaa2622da8816a0667ef1 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Thu, 3 Oct 2019 09:10:46 +0200 Subject: Refs #378 - Updated Travis and GitHub links --- docs/_templates/sidebarintro.html | 4 ++-- docs/_themes/kr/layout.html | 2 +- docs/development.rst | 8 ++++---- docs/install.rst | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) (limited to 'docs') 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/_themes/kr/layout.html b/docs/_themes/kr/layout.html index 470f017..975b793 100644 --- a/docs/_themes/kr/layout.html +++ b/docs/_themes/kr/layout.html @@ -12,7 +12,7 @@ - + Fork me on GitHub 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 `. -.. _tarball: http://github.com/kennethreitz/tablib/tarball/master -.. _zipball: http://github.com/kennethreitz/tablib/zipball/master +.. _tarball: http://github.com/jazzband/tablib/tarball/master +.. _zipball: http://github.com/jazzband/tablib/zipball/master .. _updates: @@ -57,7 +57,7 @@ Staying Updated The latest version of Tablib will always be available here: * PyPI: http://pypi.python.org/pypi/tablib/ -* GitHub: http://github.com/kennethreitz/tablib/ +* GitHub: http://github.com/jazzband/tablib/ When a new version is available, upgrading is simple:: -- cgit v1.2.1