Skip to content

Commit df472f5

Browse files
fix: Update example code links in README to point to GitHub repository
1 parent b2f0d8f commit df472f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

App/kernel-memory/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -336,24 +336,24 @@ running the service locally with OpenAPI enabled.
336336
- **Microsoft.KernelMemory.WebClient:** .NET web client to call a running instance of Kernel Memory web service.
337337
338338
[![Nuget package](https://img.shields.io/nuget/vpre/Microsoft.KernelMemory.WebClient)](https://www.nuget.org/packages/Microsoft.KernelMemory.WebClient/)
339-
[![Example code](https://img.shields.io/badge/example-code-blue)](examples/001-dotnet-WebClient)
339+
[![Example code](https://img.shields.io/badge/example-code-blue)](https://github.com/microsoft/kernel-memory/tree/main/examples/001-dotnet-WebClient)
340340
341341
- **Microsoft.KernelMemory.Core:** Kernel Memory core library including all extensions, can be used to build custom pipelines and handlers, contains
342342
also the serverless client to use memory in a synchronous way without the web service.
343343
344344
[![Nuget package](https://img.shields.io/nuget/vpre/Microsoft.KernelMemory.Core)](https://www.nuget.org/packages/Microsoft.KernelMemory.Core/)
345-
[![Example code](https://img.shields.io/badge/example-code-blue)](examples/002-dotnet-Serverless)
345+
[![Example code](https://img.shields.io/badge/example-code-blue)](https://github.com/microsoft/kernel-memory/tree/main/examples/002-dotnet-Serverless)
346346
347347
- **Microsoft.KernelMemory.Service.AspNetCore:** an extension to load Kernel Memory into your ASP.NET apps.
348348
349349
[![Nuget package](https://img.shields.io/nuget/vpre/Microsoft.KernelMemory.Service.AspNetCore)](https://www.nuget.org/packages/Microsoft.KernelMemory.Service.AspNetCore/)
350-
[![Example code](https://img.shields.io/badge/example-code-blue)](examples/204-dotnet-ASP.NET-MVC-integration)
350+
[![Example code](https://img.shields.io/badge/example-code-blue)](https://github.com/microsoft/kernel-memory/tree/main/examples/204-dotnet-ASP.NET-MVC-integration)
351351
352352
- **Microsoft.KernelMemory.SemanticKernelPlugin:** a Memory plugin for Semantic Kernel,
353353
replacing the original Semantic Memory available in SK.
354354
355355
[![Nuget package](https://img.shields.io/nuget/vpre/Microsoft.KernelMemory.SemanticKernelPlugin)](https://www.nuget.org/packages/Microsoft.KernelMemory.SemanticKernelPlugin/)
356-
[![Example code](https://img.shields.io/badge/example-code-blue)](examples/003-dotnet-SemanticKernel-plugin)
356+
[![Example code](https://img.shields.io/badge/example-code-blue)](https://github.com/microsoft/kernel-memory/tree/main/examples/003-dotnet-SemanticKernel-plugin)
357357
358358
### Packages for Python, Java and other languages
359359

0 commit comments

Comments
 (0)