From a7c40a08817a1035fe2dd8b2249eb0f528f72f70 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Thu, 3 Oct 2019 20:27:10 +0200 Subject: [PATCH] Updated some links and favour https --- README.md | 2 +- docs/_templates/sidebarintro.html | 6 +++--- docs/development.rst | 12 ++++++------ docs/index.rst | 10 +++++----- docs/install.rst | 10 +++++----- docs/intro.rst | 4 ++-- 6 files changed, 22 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 09518b3..da0d5e9 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ To install tablib, simply: $ pip install tablib[pandas] ``` -Make sure to check out [Tablib on PyPI](https://pypi.python.org/pypi/tablib/)! +Make sure to check out [Tablib on PyPI](https://pypi.org/project/tablib/)! ## Contribute diff --git a/docs/_templates/sidebarintro.html b/docs/_templates/sidebarintro.html index 8c68075..6da5e19 100644 --- a/docs/_templates/sidebarintro.html +++ b/docs/_templates/sidebarintro.html @@ -36,7 +36,7 @@

Useful Links

diff --git a/docs/development.rst b/docs/development.rst index 9b8c770..3b87126 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/jazzband/tablib/ +.. _GitHub: https://github.com/jazzband/tablib/ @@ -50,7 +50,7 @@ The repository is publicly accessible. The project is hosted on **GitHub**. GitHub: - http://github.com/jazzband/tablib + https://github.com/jazzband/tablib Git Branch Structure @@ -67,9 +67,9 @@ Each release is tagged. When submitting patches, please place your feature/change in its own branch prior to opening a pull request on GitHub_. -.. _Git: http://git-scm.org -.. _`Successful Git Branching Model`: http://nvie.com/posts/a-successful-git-branching-model/ -.. _git-flow: http://github.com/nvie/gitflow +.. _Git: https://git-scm.org +.. _`Successful Git Branching Model`: https://nvie.com/posts/a-successful-git-branching-model/ +.. _git-flow: https://github.com/nvie/gitflow .. _newformats: @@ -225,7 +225,7 @@ You can also generate the documentation in **epub**, **latex**, **json**, *&c* s .. _`reStructured Text`: http://docutils.sourceforge.net/rst.html .. _Sphinx: http://sphinx.pocoo.org -.. _`GitHub Pages`: http://pages.github.com +.. _`GitHub Pages`: https://pages.github.com ---------- diff --git a/docs/index.rst b/docs/index.rst index 570e1e5..60d0c55 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -53,11 +53,11 @@ and seamless format import & export. Testimonials ------------ -`National Geographic `_, -`Digg, Inc `_, -`Northrop Grumman `_, -`Discovery Channel `_, -and `The Sunlight Foundation `_ use Tablib internally. +`National Geographic `_, +`Digg, Inc `_, +`Northrop Grumman `_, +`Discovery Channel `_, +and `The Sunlight Foundation `_ use Tablib internally. diff --git a/docs/install.rst b/docs/install.rst index 225f538..67aa37d 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -15,7 +15,7 @@ Installing Tablib Distribute & Pip ---------------- -Of course, the recommended way to install Tablib is with `pip `_: +Of course, the recommended way to install Tablib is with `pip `_: .. code-block:: console @@ -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/jazzband/tablib/tarball/master -.. _zipball: http://github.com/jazzband/tablib/zipball/master +.. _tarball: https://github.com/jazzband/tablib/tarball/master +.. _zipball: https://github.com/jazzband/tablib/zipball/master .. _updates: @@ -56,8 +56,8 @@ Staying Updated The latest version of Tablib will always be available here: -* PyPI: http://pypi.python.org/pypi/tablib/ -* GitHub: http://github.com/jazzband/tablib/ +* PyPI: https://pypi.org/project/tablib/ +* GitHub: https://github.com/jazzband/tablib/ When a new version is available, upgrading is simple:: diff --git a/docs/intro.rst b/docs/intro.rst index c1b94d9..51e2db9 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -39,8 +39,8 @@ software to be used in proprietary, closed-source software. Tablib is released under terms of `The MIT License`_. -.. _`GPL Licensed`: http://www.opensource.org/licenses/gpl-license.php -.. _`The MIT License`: http://www.opensource.org/licenses/mit-license.php +.. _`GPL Licensed`: https://opensource.org/licenses/gpl-license.php +.. _`The MIT License`: https://opensource.org/licenses/mit-license.php .. _license: