From 8751b8d1f80fd5b3cc7fdce997922dba60586a74 Mon Sep 17 00:00:00 2001 From: Savorboard Date: Sun, 10 Feb 2019 12:07:14 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03e98cb..51d2701 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # CAP                       [中文](https://github.com/dotnetcore/CAP/blob/develop/README.zh-cn.md) -[![Travis branch](https://img.shields.io/travis/dotnetcore/CAP/develop.svg?label=travis-ci)](https://travis-ci.org/dotnetcore/CAP) -[![AppVeyor](https://ci.appveyor.com/api/projects/status/v8gfh6pe2u2laqoa?svg=true)](https://ci.appveyor.com/project/yuleyule66/cap) +[![Travis branch](https://img.shields.io/travis/dotnetcore/CAP/master.svg?label=travis-ci)](https://travis-ci.org/dotnetcore/CAP) +[![AppVeyor](https://ci.appveyor.com/api/projects/status/v8gfh6pe2u2laqoa/branch/master?svg=true)](https://ci.appveyor.com/project/yuleyule66/cap/branch/master) [![NuGet](https://img.shields.io/nuget/v/DotNetCore.CAP.svg)](https://www.nuget.org/packages/DotNetCore.CAP/) [![NuGet Preview](https://img.shields.io/nuget/vpre/DotNetCore.CAP.svg?label=nuget-pre)](https://www.nuget.org/packages/DotNetCore.CAP/) [![Member project of .NET Core Community](https://img.shields.io/badge/member%20project%20of-NCC-9e20c9.svg)](https://github.com/dotnetcore) From 2cbbc9f24fb4497c833902140143bd7af16cb45f Mon Sep 17 00:00:00 2001 From: Savorboard Date: Sun, 10 Feb 2019 12:08:18 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51d2701..bfd3dbf 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ You can also use the CAP as an EventBus. The CAP provides a simpler way to imple This is a diagram of the CAP working in the ASP.NET Core MicroService architecture: -![cap.png](http://oowr92l0m.bkt.clouddn.com/cap.png) +![cap.png](http://docs.dotnet-china.org/CAP/img/architecture.png) > CAP implements the Outbox Pattern described in the [eShop ebook](https://docs.microsoft.com/en-us/dotnet/standard/microservices-architecture/multi-container-microservice-net-applications/subscribe-events#designing-atomicity-and-resiliency-when-publishing-to-the-event-bus).