From a4c6804bed64f1b5da4212551dc21598b749fc9f Mon Sep 17 00:00:00 2001 From: Eli Collins Date: Sat, 19 Nov 2016 21:55:25 -0500 Subject: docs: moving official doc urls to RTD, added https:// to a few urls --- README | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README') diff --git a/README b/README index 174bc45..542bd17 100644 --- a/README +++ b/README @@ -12,16 +12,16 @@ as a framework for managing existing password hashes. It's designed to be useful for a wide range of tasks, from verifying a hash found in /etc/shadow, to providing full-strength password hashing for multi-user application. -* See the `documentation `_ +* See the `documentation `_ for details, installation instructions, and examples. -* See the `changelog `_ +* See the `changelog `_ for a description of what's new in Passlib. * Visit `PyPI `_ for the latest stable release. All releases are signed with the gpg key - `4CE1ED31 `_. + `4D8592DF4CE1ED31 `_. * Additional questions about usage or features? Feel free to post on our `mailing list `_. @@ -50,8 +50,8 @@ This example barely touches on the range of features available. Online Resources ================ * Homepage - https://bitbucket.org/ecollins/passlib -* Documentation - http://packages.python.org/passlib -* Mailing list - http://groups.google.com/group/passlib-users +* Documentation - https://passlib.readthedocs.io +* Mailing list - https://groups.google.com/group/passlib-users * Downloads - https://pypi.python.org/pypi/passlib * Source - https://bitbucket.org/ecollins/passlib/src -- cgit v1.2.1