Skip to content

Commit 96c0f84

Browse files
fix: broken link to CI from readme (#1805)
1 parent b7eb2f9 commit 96c0f84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<h1 align="center">Python Slack SDK</h1>
22

33
<p align="center">
4-
<a href="https://github.com/slackapi/python-slack-sdk/actions/workflows/tests.yml">
5-
<img alt="Tests" src="https://img.shields.io/github/actions/workflow/status/slackapi/python-slack-sdk/tests.yml"></a>
4+
<a href="https://github.com/slackapi/python-slack-sdk/actions/workflows/ci-build.yml">
5+
<img alt="Tests" src="https://img.shields.io/github/actions/workflow/status/slackapi/python-slack-sdk/ci-build.yml"></a>
66
<a href="https://codecov.io/gh/slackapi/python-slack-sdk">
77
<img alt="Codecov" src="https://img.shields.io/codecov/c/gh/slackapi/python-slack-sdk"></a>
88
<a href="https://pepy.tech/project/slack-sdk">

0 commit comments

Comments
 (0)