From 1673a8cd2cb3c3f5d5e8eb8156e4392d9cd1cc77 Mon Sep 17 00:00:00 2001 From: heath Date: Mon, 8 Nov 2021 08:46:30 +0100 Subject: [PATCH] Fix NuGet package link for Serilog.Exceptions.Refit doc. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e87d4c93..6b13295d1 100644 --- a/README.md +++ b/README.md @@ -1212,5 +1212,5 @@ Note that exceptions raised when attempting to deserialize the response are not #### `ApiException` deconstruction with Serilog For users of [Serilog](https://serilog.net), you can enrich the logging of `ApiException` using the -[Serilog.Exceptions.Refit](https://www.nuget.org/packages/Serilog.Exceptions) NuGet package. Details of how to +[Serilog.Exceptions.Refit](https://www.nuget.org/packages/Serilog.Exceptions.Refit) NuGet package. Details of how to integrate this package into your applications can be found [here](https://github.com/RehanSaeed/Serilog.Exceptions#serilogexceptionsrefit). \ No newline at end of file