Refs #378 - Updated Travis and GitHub links

This commit is contained in:
Claude Paroz
2019-10-03 09:10:46 +02:00
parent 22bb20c74b
commit d9df89f5da
5 changed files with 14 additions and 15 deletions
+2 -2
View File
@@ -37,6 +37,6 @@
<ul>
<li><a href="http://docs.python-tablib.org/">The Tablib Website</a></li>
<li><a href="http://pypi.python.org/pypi/tablib">Tablib @ PyPI</a></li>
<li><a href="http://github.com/kennethreitz/tablib">Tablib @ GitHub</a></li>
<li><a href="http://github.com/kennethreitz/tablib/issues">Issue Tracker</a></li>
<li><a href="http://github.com/jazzband/tablib">Tablib @ GitHub</a></li>
<li><a href="http://github.com/jazzband/tablib/issues">Issue Tracker</a></li>
</ul>
+1 -1
View File
@@ -12,7 +12,7 @@
<div class="footer">
&copy; Copyright {{ copyright }}.
</div>
<a href="https://github.com/kennethreitz/tablib">
<a href="https://github.com/jazzband/tablib">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="//s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" />
</a>
+4 -4
View File
@@ -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.
+3 -3
View File
@@ -45,8 +45,8 @@ or install it into your site-packages easily.
To download the full source history from Git, see :ref:`Source Control <scm>`.
.. _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::