From 6648ac0775bfe9f3aeb4aa26a68930c9f53244ad Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Mon, 30 Mar 2020 21:40:45 -0500 Subject: 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 --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.rst') 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 -- cgit v1.2.3