summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortornato7 <tornato7@gmail.com>2018-01-15 20:05:34 -0800
committerJosé Padilla <jpadilla@webapplicate.com>2018-01-15 23:05:34 -0500
commita1205186d7a4f9689b6b2efcd93bae89324a5841 (patch)
tree699a4f34fc23249b76a45841b52c4b77b7e56e47
parent0c80a7119a1a82e7023ab3b0c766311de5821707 (diff)
downloadpyjwt-a1205186d7a4f9689b6b2efcd93bae89324a5841.tar.gz
Fix hyperlink formatting in algorithms.rst (#324)
-rw-r--r--docs/algorithms.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/algorithms.rst b/docs/algorithms.rst
index 69ed575..6caf67e 100644
--- a/docs/algorithms.rst
+++ b/docs/algorithms.rst
@@ -22,7 +22,7 @@ Asymmetric (Public-key) Algorithms
Usage of RSA (RS\*) and EC (EC\*) algorithms require a basic understanding
of how public-key cryptography is used with regards to digital signatures.
If you are unfamiliar, you may want to read
-[this article](http://en.wikipedia.org/wiki/Public-key_cryptography).
+`this article <https://en.wikipedia.org/wiki/Public-key_cryptography>`_.
When using the RSASSA-PKCS1-v1_5 algorithms, the `key` argument in both
``jwt.encode()`` and ``jwt.decode()`` (``"secret"`` in the examples) is expected to