From 1b7a26f0ffc2a151181bb3676742d2de06286c4c Mon Sep 17 00:00:00 2001 From: Emre Duman <57633977+Emopusta@users.noreply.github.com> Date: Thu, 28 Mar 2024 17:08:50 +0300 Subject: [PATCH] updated eShopOnContainer link (#1506) --- docs/content/user-guide/en/getting-started/introduction.md | 2 +- docs/content/user-guide/zh/getting-started/introduction.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/user-guide/en/getting-started/introduction.md b/docs/content/user-guide/en/getting-started/introduction.md index eb831fb6f..eec5b6a95 100644 --- a/docs/content/user-guide/en/getting-started/introduction.md +++ b/docs/content/user-guide/en/getting-started/introduction.md @@ -2,7 +2,7 @@ CAP is an EventBus and a solution for solving distributed transaction problems in microservices or SOA systems. It helps create a microservices system that is scalable, reliable, and easy to change. -In Microsoft's [eShopOnContainer](https://github.com/dotnet-architecture/eShopOnContainers) microservices sample project, it is recommended to use CAP as the EventBus in the production environment. +In Microsoft's [eShop](https://github.com/dotnet/eShop) microservices sample project, it is recommended to use CAP as the EventBus in the production environment. !!! question "What is EventBus?" diff --git a/docs/content/user-guide/zh/getting-started/introduction.md b/docs/content/user-guide/zh/getting-started/introduction.md index b7a2f8fed..e09135446 100644 --- a/docs/content/user-guide/zh/getting-started/introduction.md +++ b/docs/content/user-guide/zh/getting-started/introduction.md @@ -2,7 +2,7 @@ CAP 是一个EventBus,同时也是一个在微服务或者SOA系统中解决分布式事务问题的一个框架。它有助于创建可扩展,可靠并且易于更改的微服务系统。 -在微软的 [eShopOnContainer](https://github.com/dotnet-architecture/eShopOnContainers) 微服务示例项目中,推荐使用 CAP 作为生产环境可用的 EventBus。 +在微软的 [eShop](https://github.com/dotnet/eShop) 微服务示例项目中,推荐使用 CAP 作为生产环境可用的 EventBus。 !!! question "什么是 EventBus?"