Skip to content

Commit

Permalink
Fix hyperlink formatting in algorithms.rst (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
corlinp authored and jpadilla committed Jan 16, 2018
1 parent 0c80a71 commit a120518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/algorithms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a120518

Please sign in to comment.