summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Myint <git@stevenmyint.com>2014-04-26 09:25:22 -0700
committerSteven Myint <git@stevenmyint.com>2014-04-26 09:25:22 -0700
commitb9ecb941a58c02e27b612081ae8708848866eede (patch)
tree572af1a2ec94680011a7b1be1e5ffeb9cce7f790
parentb8af00d395281045135f4decbafe796b12f3b2e2 (diff)
downloadpyflakes-b9ecb941a58c02e27b612081ae8708848866eede.tar.gz
Use HTTPS
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 476e52a..3aecedd 100644
--- a/README.rst
+++ b/README.rst
@@ -8,7 +8,7 @@ Pyflakes analyzes programs and detects various errors. It works by
parsing the source file, not importing it, so it is safe to use on
modules with side effects. It's also much faster.
-It is `available on PyPI <http://pypi.python.org/pypi/pyflakes>`_
+It is `available on PyPI <https://pypi.python.org/pypi/pyflakes>`_
and it supports all active versions of Python from 2.5 to 3.4.
@@ -31,14 +31,14 @@ Useful tips:
``python2 -m pyflakes .`` if you have it installed for both versions.
* If you require more options and more flexibility, you could give a
- look to `Flake8 <http://flake8.readthedocs.org/>`_ too.
+ look to `Flake8 <https://flake8.readthedocs.org/>`_ too.
Mailing-list
------------
Share your feedback and ideas: `subscribe to the mailing-list
-<http://mail.python.org/mailman/listinfo/code-quality>`_
+<https://mail.python.org/mailman/listinfo/code-quality>`_
.. image:: https://api.travis-ci.org/pyflakes/pyflakes.png