From 2321a6be794d3364c7ec8cf9a7e055c7d86c5e6d Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Fri, 13 Apr 2018 17:18:36 -0700 Subject: Use https:// for URLs where available --- docs/source/intro.rst | 6 +++--- docs/source/ui.rst | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/source') diff --git a/docs/source/intro.rst b/docs/source/intro.rst index 9c45a2d..9794b6c 100644 --- a/docs/source/intro.rst +++ b/docs/source/intro.rst @@ -6,7 +6,7 @@ Download & Installation ----------------------- The latest released version can be obtained from the `Python Package -Index (PyPI) `_. To extract the +Index (PyPI) `_. To extract the install the module system-wide run .. code-block:: bash @@ -136,8 +136,8 @@ locally. Please file bug reports and feature requests on the project site at https://github.com/andialbrecht/sqlparse/issues/new or if you have -code to contribute upload it to http://codereview.appspot.com and +code to contribute upload it to https://codereview.appspot.com/ and add albrecht.andi@googlemail.com as reviewer. For more information about the review tool and how to use it visit -it's project page: http://code.google.com/p/rietveld. +it's project page: https://github.com/rietveld-codereview/rietveld diff --git a/docs/source/ui.rst b/docs/source/ui.rst index 264916e..dcaeba1 100644 --- a/docs/source/ui.rst +++ b/docs/source/ui.rst @@ -7,9 +7,9 @@ User Interfaces hints. ``sqlformat.appspot.com`` - An example `Google App Engine `_ + An example `Google App Engine `_ application that exposes the formatting features using a web front-end. - See http://sqlformat.appspot.com for details. + See https://sqlformat.org/ for details. The source for this application is available from a source code check out of the :mod:`sqlparse` module (see :file:`extras/appengine`). -- cgit v1.2.1