aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2020-03-30 21:40:45 -0500
committerGitHub <noreply@github.com>2020-03-30 22:40:45 -0400
commit6648ac0775bfe9f3aeb4aa26a68930c9f53244ad (patch)
treef4aba32dc7741b228dbb41f15df92a94c740148b
parent3a41e003cf13f47c5902748c9031b38f4694e368 (diff)
downloadcryptography-6648ac0775bfe9f3aeb4aa26a68930c9f53244ad.tar.gz
cryptography-6648ac0775bfe9f3aeb4aa26a68930c9f53244ad.tar.bz2
cryptography-6648ac0775bfe9f3aeb4aa26a68930c9f53244ad.zip
fix CI badge again since naming it breaks the link (#5162)
* fix CI badge again since naming it breaks the link * we want master's status
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 4a8d20d1..fddde987 100644
--- a/README.rst
+++ b/README.rst
@@ -12,8 +12,8 @@ pyca/cryptography
.. image:: https://travis-ci.org/pyca/cryptography.svg?branch=master
:target: https://travis-ci.org/pyca/cryptography
-.. image:: https://github.com/pyca/cryptography/workflows/.github/workflows/ci.yml/badge.svg
- :target: https://github.com/pyca/cryptography/actions?query=workflow%3A.github%2Fworkflows%2Fci.yml+branch%3Amaster
+.. image:: https://github.com/pyca/cryptography/workflows/CI/badge.svg?branch=master
+ :target: https://github.com/pyca/cryptography/actions?query=workflow%3ACI+branch%3Amaster
.. image:: https://codecov.io/github/pyca/cryptography/coverage.svg?branch=master
:target: https://codecov.io/github/pyca/cryptography?branch=master