We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac40153 commit 0484950Copy full SHA for 0484950
README.rst
@@ -9,9 +9,8 @@ pyca/cryptography
9
:target: https://cryptography.io
10
:alt: Latest Docs
11
12
-.. image:: https://github.com/pyca/cryptography/workflows/CI/badge.svg?branch=main
13
- :target: https://github.com/pyca/cryptography/actions?query=workflow%3ACI+branch%3Amain
14
-
+.. image:: https://github.com/pyca/cryptography/actions/workflows/ci.yml/badge.svg
+ :target: https://github.com/pyca/cryptography/actions/workflows/ci.yml?query=branch%3Amain
15
16
``cryptography`` is a package which provides cryptographic recipes and
17
primitives to Python developers. Our goal is for it to be your "cryptographic
0 commit comments