summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-04-26 19:05:17 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-04-26 19:05:17 +0200
commit7e1ed2b7ff57c787ef63f41487b31fe6ff08c1cf (patch)
tree572af1a2ec94680011a7b1be1e5ffeb9cce7f790
parentb8af00d395281045135f4decbafe796b12f3b2e2 (diff)
parentb9ecb941a58c02e27b612081ae8708848866eede (diff)
downloadpyflakes-7e1ed2b7ff57c787ef63f41487b31fe6ff08c1cf.tar.gz
Merge pull request #4 from myint/patch-1
Use HTTPS links in README
-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