From c531aecae367cad458cafbbb1a6b66fb98284ad8 Mon Sep 17 00:00:00 2001 From: Dale Seo Date: Thu, 19 Jun 2025 12:52:37 -0400 Subject: [PATCH] docs: fix broken links in example readme --- examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/README.md b/examples/README.md index 6182d701..3d048972 100644 --- a/examples/README.md +++ b/examples/README.md @@ -70,8 +70,8 @@ see [servers/README.md](servers/README.md) # Integration -- [Rig](examples/rig-integration) A stream chatbot with rig -- [Simple Chat Client](examples/simple-chat-client) A simple chat client implementation using the Model Context Protocol (MCP) SDK. +- [Rig](rig-integration) A stream chatbot with rig +- [Simple Chat Client](simple-chat-client) A simple chat client implementation using the Model Context Protocol (MCP) SDK. # WASI