Skip to content

Commit a120518

Browse files
corlinpjpadilla
authored andcommitted
Fix hyperlink formatting in algorithms.rst (jpadilla#324)
1 parent 0c80a71 commit a120518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/algorithms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Asymmetric (Public-key) Algorithms
2222
Usage of RSA (RS\*) and EC (EC\*) algorithms require a basic understanding
2323
of how public-key cryptography is used with regards to digital signatures.
2424
If you are unfamiliar, you may want to read
25-
[this article](http://en.wikipedia.org/wiki/Public-key_cryptography).
25+
`this article <https://en.wikipedia.org/wiki/Public-key_cryptography>`_.
2626

2727
When using the RSASSA-PKCS1-v1_5 algorithms, the `key` argument in both
2828
``jwt.encode()`` and ``jwt.decode()`` (``"secret"`` in the examples) is expected to

0 commit comments

Comments
 (0)