Skip to content

Commit 2cf995b

Browse files
committed
Fixed a wrong link.
Updated the Project Url in the nuget packages.
1 parent b76f3e7 commit 2cf995b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ An easy to use RabbitMQ Client for .Net.
88

99
## How to install
1010

11-
In the csproj add a PackageReference to the [RabbitExpress.JsonSerializer](../RabbitExpress.JsonSerializer/README.md) package.
11+
In the csproj add a PackageReference to the [RabbitExpress.JsonSerializer](RabbitExpress.JsonSerializer/README.md) package.
1212

1313
```xml
1414
<ItemGroup>

RabbitExpress.JsonSerializer/RabbitExpress.JsonSerializer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Product>RabbitExpress</Product>
99
<Description>A simple JSON serializer implementation for usage in RabbitExpress.</Description>
1010
<PackageLicenseUrl>https://github.com/rwindegger/RabbitExpress/blob/master/LICENSE</PackageLicenseUrl>
11-
<PackageProjectUrl>https://github.com/rwindegger/RabbitExpress</PackageProjectUrl>
11+
<PackageProjectUrl>https://rwindegger.github.io/RabbitExpress/</PackageProjectUrl>
1212
<RepositoryUrl>https://github.com/rwindegger/RabbitExpress</RepositoryUrl>
1313
<PackageTags>rabbitmq rabbitmq-client</PackageTags>
1414
<Version>99.99.99.99</Version>

RabbitExpress/RabbitExpress.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Description>An easy to use RabbitMQ Client for .Net.</Description>
1010
<PackageLicenseUrl>https://github.com/rwindegger/RabbitExpress/blob/master/LICENSE</PackageLicenseUrl>
1111
<PackageLicense>https://github.com/rwindegger/RabbitExpress/blob/master/LICENSE</PackageLicense>
12-
<PackageProjectUrl>https://github.com/rwindegger/RabbitExpress</PackageProjectUrl>
12+
<PackageProjectUrl>https://rwindegger.github.io/RabbitExpress/</PackageProjectUrl>
1313
<RepositoryUrl>https://github.com/rwindegger/RabbitExpress</RepositoryUrl>
1414
<LangVersion>latest</LangVersion>
1515
<Version>99.99.99.99</Version>

0 commit comments

Comments
 (0)