Skip to content

Commit c68064f

Browse files
authored
Fix badge links and code-workspace filename (#6)
Signed-off-by: Anuraag Agrawal <[email protected]>
1 parent ece561e commit c68064f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# connect-python
22

33
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
4-
[![CI](https://github.com/github/connect-python/actions/workflows/ci.yaml/badge.svg)](https://github.com/github/connect-python/actions/workflows/ci.yaml)
5-
[![codecov](https://codecov.io/github/github/connect-python/graph/badge.svg)](https://codecov.io/github/github/connect-python)
6-
[![PyPI version](https://img.shields.io/pypi/v/connectrpc)](https://pypi.org/project/connectrpc)
4+
[![CI](https://github.com/connectrpc/connect-python/actions/workflows/ci.yaml/badge.svg)](https://github.com/connectrpc/connect-python/actions/workflows/ci.yaml)
5+
[![codecov](https://codecov.io/github/connectrpc/connect-python/graph/badge.svg)](https://codecov.io/github/connectrpc/connect-python)
6+
[![PyPI version](https://img.shields.io/pypi/v/connect-python)](https://pypi.org/project/connect-python)
77

88
A Python implementation of [Connect](https://connectrpc.com/): Protobuf RPC that works.
99

File renamed without changes.

0 commit comments

Comments
 (0)