From 845adbe6f6a3636d27d3f28291e698b921c59a8a Mon Sep 17 00:00:00 2001 From: Takayuki Maeda Date: Fri, 28 Mar 2025 13:34:28 +0900 Subject: [PATCH] fix broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32838df0a..7612347fd 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # RMCP [![Crates.io Version](https://img.shields.io/crates/v/rmcp)](https://crates.io/crates/rmcp) -![Release status](https://github.commodelcontextprotocol/rust-sdk/actions/workflows/release.yml/badge.svg) +![Release status](https://github.com/modelcontextprotocol/rust-sdk/actions/workflows/release.yml/badge.svg) [![docs.rs](https://img.shields.io/docsrs/rmcp)](https://docs.rs/rmcp/latest/rmcp) An official rust Model Context Protocol SDK implementation with tokio async runtime.