summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2018-04-18 10:14:31 +0200
committerGitHub <noreply@github.com>2018-04-18 10:14:31 +0200
commit09a08915b27e1bd9497279b801639c8bc54c101d (patch)
tree98f51b123d17d93d4bd05fdead79a0aaec5464d9 /docs/source
parentf75f586472e01bbdabcc92dac835a5f8637163d6 (diff)
parent2321a6be794d3364c7ec8cf9a7e055c7d86c5e6d (diff)
downloadsqlparse-09a08915b27e1bd9497279b801639c8bc54c101d.tar.gz
Merge pull request #400 from jdufresne/https
Use https:// for URLs where available
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/intro.rst6
-rw-r--r--docs/source/ui.rst4
2 files changed, 5 insertions, 5 deletions
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) <http://pypi.python.org/pypi/sqlparse/>`_. To extract the
+Index (PyPI) <https://pypi.python.org/pypi/sqlparse/>`_. 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 <http://code.google.com/appengine/>`_
+ An example `Google App Engine <https://cloud.google.com/appengine/>`_
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`).