From 8c7bd2167148c5216a931cece3cabfc0523b3326 Mon Sep 17 00:00:00 2001 From: enisn Date: Wed, 12 Nov 2025 16:32:41 +0300 Subject: [PATCH] Update links --- .../infrastructure/artificial-intelligence/index.md | 1 + .../artificial-intelligence/microsoft-extensions-ai.md | 8 +++++++- .../artificial-intelligence/microsoft-semantic-kernel.md | 7 ++++++- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/en/framework/infrastructure/artificial-intelligence/index.md b/docs/en/framework/infrastructure/artificial-intelligence/index.md index 82a133ca1d..74d0ffb93c 100644 --- a/docs/en/framework/infrastructure/artificial-intelligence/index.md +++ b/docs/en/framework/infrastructure/artificial-intelligence/index.md @@ -26,3 +26,4 @@ Check the following documentation for the usage of `Microsoft.Extensions.AI` and - [Usage of Microsoft.Extensions.AI](./microsoft-extensions-ai.md) - [Usage of Microsoft.SemanticKernel](./microsoft-semantic-kernel.md) + diff --git a/docs/en/framework/infrastructure/artificial-intelligence/microsoft-extensions-ai.md b/docs/en/framework/infrastructure/artificial-intelligence/microsoft-extensions-ai.md index 60f41e3d96..1f0b54a478 100644 --- a/docs/en/framework/infrastructure/artificial-intelligence/microsoft-extensions-ai.md +++ b/docs/en/framework/infrastructure/artificial-intelligence/microsoft-extensions-ai.md @@ -167,4 +167,10 @@ public class MyProjectModule : AbpModule }); } } -``` \ No newline at end of file +``` + + +## See Also + +- [Usage of Semantic Kernel](./microsoft-semantic-kernel.md) +- [AI Samples for .NET](https://github.com/microsoft/ai-samples): Microsoft's AI samples for .NET \ No newline at end of file diff --git a/docs/en/framework/infrastructure/artificial-intelligence/microsoft-semantic-kernel.md b/docs/en/framework/infrastructure/artificial-intelligence/microsoft-semantic-kernel.md index 3dfed0b0b0..d4b0eff533 100644 --- a/docs/en/framework/infrastructure/artificial-intelligence/microsoft-semantic-kernel.md +++ b/docs/en/framework/infrastructure/artificial-intelligence/microsoft-semantic-kernel.md @@ -127,4 +127,9 @@ public class MyProjectModule : AbpModule }); } } -``` \ No newline at end of file +``` + +## See Also + +- [Usage of Microsoft.Extensions.AI](./microsoft-extensions-ai.md) +- [AI Samples for .NET](https://github.com/microsoft/ai-samples): Microsoft's AI samples for .NET \ No newline at end of file