From 785de4cfd22d0fcda20b310675838cb07acfb637 Mon Sep 17 00:00:00 2001 From: Max Tepkeev Date: Sat, 20 Apr 2024 17:25:39 +0300 Subject: [PATCH] fix build target link --- README.rst | 2 +- docs/index.rst | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index e84fa9b..28d5541 100644 --- a/README.rst +++ b/README.rst @@ -7,7 +7,7 @@ Python-Redmine :target: https://badge.fury.io/py/python-redmine .. |Tests| image:: https://img.shields.io/github/actions/workflow/status/maxtepkeev/python-redmine/tests.yml.svg - :target: https://github.com/maxtepkeev/python-redmine/actions/workflows/tests + :target: https://github.com/maxtepkeev/python-redmine/actions/workflows/tests.yml .. |Coveralls| image:: https://img.shields.io/coverallsCoverage/github/maxtepkeev/python-redmine?branch=master :target: https://coveralls.io/github/maxtepkeev/python-redmine?branch=master diff --git a/docs/index.rst b/docs/index.rst index 8f2f4d1..5006a05 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,15 +1,13 @@ Python-Redmine ============== -|PyPI| |Tests| |Coveralls| - -.. |PyPI| image:: https://badge.fury.io/py/python-redmine.svg +.. image:: https://badge.fury.io/py/python-redmine.svg :target: https://badge.fury.io/py/python-redmine -.. |Tests| image:: https://img.shields.io/github/actions/workflow/status/maxtepkeev/python-redmine/tests.yml.svg - :target: https://github.com/maxtepkeev/python-redmine/actions/workflows/tests +.. image:: https://img.shields.io/github/actions/workflow/status/maxtepkeev/python-redmine/tests.yml.svg + :target: https://github.com/maxtepkeev/python-redmine/actions/workflows/tests.yml -.. |Coveralls| image:: https://img.shields.io/coverallsCoverage/github/maxtepkeev/python-redmine?branch=master +.. image:: https://img.shields.io/coverallsCoverage/github/maxtepkeev/python-redmine?branch=master :target: https://coveralls.io/github/maxtepkeev/python-redmine?branch=master Python-Redmine is a library for communicating with a `Redmine `__