Skip to content

Commit

Permalink
updated eShopOnContainer link (#1506)
Browse files Browse the repository at this point in the history
  • Loading branch information
Emopusta committed Mar 28, 2024
1 parent 494650f commit 1b7a26f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/user-guide/en/getting-started/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?"
Expand Down
2 changes: 1 addition & 1 deletion docs/content/user-guide/zh/getting-started/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?"

Expand Down

0 comments on commit 1b7a26f

Please sign in to comment.