prefer https links where possible

This commit is contained in:
Daniel Kahn Gillmor
2017-04-26 13:02:12 -04:00
parent efdbd5f40f
commit ad6905d57a
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ PGPy: Pretty Good Privacy for Python
====================================
.. image:: https://badge.fury.io/py/PGPy.svg
:target: http://badge.fury.io/py/PGPy
:target: https://badge.fury.io/py/PGPy
:alt: Latest stable version
.. image:: https://travis-ci.org/SecurityInnovation/PGPy.svg?branch=master

View File

@@ -1869,7 +1869,7 @@ class PGPKey(Armorable, ParentRef, PGPObject):
:keyword trust: Specify the level and amount of trust to assert when certifying a public key. Should be a tuple
of two ``int`` s, specifying the trust level and trust amount. See
`RFC 4880 Section 5.2.3.13. Trust Signature <http://tools.ietf.org/html/rfc4880#section-5.2.3.13>`_
`RFC 4880 Section 5.2.3.13. Trust Signature <https://tools.ietf.org/html/rfc4880#section-5.2.3.13>`_
for more on what these values mean.
:type trust: ``tuple`` of two ``int`` s
:keyword regex: Specify a regular expression to constrain the specified trust signature in the resulting signature.