Skip to content

Commit

Permalink
docs: correct fernet documentation link
Browse files Browse the repository at this point in the history
  • Loading branch information
lyz-code authored and mschwager committed Oct 30, 2020
1 parent ad1269a commit d6aadb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/linters/DUO133.md
Expand Up @@ -21,7 +21,8 @@ ciphertext = obj.encrypt(message)
## Correct code

This is just an example, but if you really are trying to accomplish symmetric
key encryption then take a look at [Fernet](https://cryptography.io/en/latest/fernet/):
key encryption then take a look at
[Fernet](https://cryptography.io/en/latest/fernet.html):

```python
from cryptography.fernet import Fernet
Expand Down

0 comments on commit d6aadb2

Please sign in to comment.