Skip to content

Commit 6187a5a

Browse files
committed
Fix badge URLs to use correct GitHub Actions workflow paths
1 parent 248b439 commit 6187a5a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Steadfast Courier Python SDK
22

3-
[![Tests](https://github.com/mojnomiya/steadfast-python/workflows/Tests/badge.svg)](https://github.com/mojnomiya/steadfast-python/actions)
4-
[![Publish](https://github.com/mojnomiya/steadfast-python/workflows/Publish/badge.svg)](https://github.com/mojnomiya/steadfast-python/actions)
3+
[![Tests](https://github.com/mojnomiya/steadfast-python/actions/workflows/tests.yml/badge.svg)](https://github.com/mojnomiya/steadfast-python/actions/workflows/tests.yml)
4+
[![Publish](https://github.com/mojnomiya/steadfast-python/actions/workflows/publish.yml/badge.svg)](https://github.com/mojnomiya/steadfast-python/actions/workflows/publish.yml)
55
[![PyPI version](https://badge.fury.io/py/steadfast-python.svg)](https://badge.fury.io/py/steadfast-python)
66
[![Python versions](https://img.shields.io/pypi/pyversions/steadfast-python.svg)](https://pypi.org/project/steadfast-python/)
77
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

0 commit comments

Comments
 (0)