From 61830c0eddcb3c3c958b661e1d631a94535cf820 Mon Sep 17 00:00:00 2001 From: Anuraag Agrawal Date: Tue, 23 Sep 2025 09:36:39 +0900 Subject: [PATCH] Fix badge links and code-workspace filename Signed-off-by: Anuraag Agrawal --- README.md | 6 +++--- connecpy.code-workspace => connect-python.code-workspace | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename connecpy.code-workspace => connect-python.code-workspace (100%) diff --git a/README.md b/README.md index 4ae3be5..fbb7b47 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # connect-python [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) -[![CI](https://github.com/github/connect-python/actions/workflows/ci.yaml/badge.svg)](https://github.com/github/connect-python/actions/workflows/ci.yaml) -[![codecov](https://codecov.io/github/github/connect-python/graph/badge.svg)](https://codecov.io/github/github/connect-python) -[![PyPI version](https://img.shields.io/pypi/v/connectrpc)](https://pypi.org/project/connectrpc) +[![CI](https://github.com/connectrpc/connect-python/actions/workflows/ci.yaml/badge.svg)](https://github.com/connectrpc/connect-python/actions/workflows/ci.yaml) +[![codecov](https://codecov.io/github/connectrpc/connect-python/graph/badge.svg)](https://codecov.io/github/connectrpc/connect-python) +[![PyPI version](https://img.shields.io/pypi/v/connect-python)](https://pypi.org/project/connect-python) A Python implementation of [Connect](https://connectrpc.com/): Protobuf RPC that works. diff --git a/connecpy.code-workspace b/connect-python.code-workspace similarity index 100% rename from connecpy.code-workspace rename to connect-python.code-workspace