From 45c57232d58d5dd029224eb215cdea4b3a478b4d Mon Sep 17 00:00:00 2001 From: Minh Vu Date: Sun, 26 Jul 2026 04:42:53 +0200 Subject: [PATCH] Fix broken C# documentation links --- docs/README.md | 2 +- sdk/cs/test/FoundryLocal.Tests/LOCAL_MODEL_TESTING.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 5fa298a0f..721139d53 100644 --- a/docs/README.md +++ b/docs/README.md @@ -26,4 +26,4 @@ Foundry Local is a unified local AI runtime that supports both **text generation - [JavaScript: Chat + Audio](../samples/js/chat-and-audio-foundry-local/) — Unified chat and audio in one app - [JavaScript: Tool Calling](../samples/js/tool-calling-foundry-local/) — Function calling with local models - [JavaScript: Electron Chat App](../samples/js/electron-chat-application/) — Desktop chat application -- [C#: Getting Started](../samples/cs/GettingStarted/) — C# SDK examples including audio transcription +- [C#: Samples](../samples/cs/) — C# SDK examples including audio transcription diff --git a/sdk/cs/test/FoundryLocal.Tests/LOCAL_MODEL_TESTING.md b/sdk/cs/test/FoundryLocal.Tests/LOCAL_MODEL_TESTING.md index 1b4a71e78..407c779da 100644 --- a/sdk/cs/test/FoundryLocal.Tests/LOCAL_MODEL_TESTING.md +++ b/sdk/cs/test/FoundryLocal.Tests/LOCAL_MODEL_TESTING.md @@ -20,5 +20,5 @@ The tests will automatically find the models in the configured test model cache ```bash cd /path/to/parent-dir/foundry-local-sdk/sdk/cs/test/FoundryLocal.Tests -dotnet test Microsoft.AI.Foundry.Local.Tests.csproj --configuration Release# Running Local Model Tests +dotnet test Microsoft.AI.Foundry.Local.Tests.csproj --configuration Release ```