We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c80a71 commit a120518Copy full SHA for a120518
docs/algorithms.rst
@@ -22,7 +22,7 @@ Asymmetric (Public-key) Algorithms
22
Usage of RSA (RS\*) and EC (EC\*) algorithms require a basic understanding
23
of how public-key cryptography is used with regards to digital signatures.
24
If you are unfamiliar, you may want to read
25
-[this article](http://en.wikipedia.org/wiki/Public-key_cryptography).
+`this article <https://en.wikipedia.org/wiki/Public-key_cryptography>`_.
26
27
When using the RSASSA-PKCS1-v1_5 algorithms, the `key` argument in both
28
``jwt.encode()`` and ``jwt.decode()`` (``"secret"`` in the examples) is expected to
0 commit comments