Skip to content

Commit 9e47c14

Browse files
committed
Fix docs
1 parent 4abf220 commit 9e47c14

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/_docs/0-introduction/001-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Includes a mocked message broker to be used for testing only.
7474
Contains the logic to read the broker endpoints configuration from the `IConfiguration` from `Microsoft.Extensions.Configuration` (appsettings.json, environment variables, etc.)
7575

7676
[![NuGet](http://img.shields.io/nuget/vpre/Silverback.Integration.HealthChecks.svg)](https://www.nuget.org/packages/Silverback.Integration.HealthChecks/)
77-
**Silverback.Integration**<br/>
77+
**Silverback.Integration.HealthChecks**<br/>
7878
Contains the extensions for `Microsoft.Extensions.Diagnostics.HealthChecks` to monitor the connection to the message broker.
7979

8080
### Event Sourcing

docs/_docs/0-introduction/003-releases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ permalink: /docs/releases
44
toc: false
55
---
66

7-
## **1.0.0**
7+
## [1.0.0](https://github.com/BEagle1984/silverback/releases/tag/1.0.0)
88

99
**What's new**
1010
* Message size optimization (no wrappers anymore)
@@ -34,7 +34,7 @@ toc: false
3434
* Fixed partition key value being lost when using the `DeferredOutboundConnector`
3535
* Other small fixes to improve stability and reliability
3636

37-
## 0.10.0
37+
## [0.10.0](https://github.com/BEagle1984/silverback/releases/tag/0.10.0)
3838

3939
**What's new**
4040
* Better error handling: now all exceptions, including the ones thrown by the `MessageSerializer` can be handled through the error policies

0 commit comments

Comments
 (0)