Skip to content

Commit 4148a0f

Browse files
authored
Merge pull request #4 from serilog/fix-broken-links
Fix incorrect urls
2 parents 33f97d5 + 8d116f9 commit 4148a0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public class Program
5454
}
5555
```
5656

57-
**Finally**, clean up by removing the rema `"Logging"` section from _appsettings.json_ files (this can be replaced with [Serilog configuration](https://github.com/serilog/serilog-settings-configuration) as shown in [this example](https://github.com/serilog/serilog-hosting/blob/dev/samples/SimpleServiceSample/Program.cs), if required)
57+
**Finally**, clean up by removing the remaining `"Logging"` section from _appsettings.json_ files (this can be replaced with [Serilog configuration](https://github.com/serilog/serilog-settings-configuration) as shown in [this example](https://github.com/serilog/serilog-extensions-hosting/blob/dev/samples/SimpleServiceSample/Program.cs), if required)
5858

5959
That's it! You will see log output like:
6060

src/Serilog.Extensions.Hosting/Serilog.Extensions.Hosting.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageId>Serilog.Extensions.Hosting</PackageId>
1515
<PackageTags>serilog;aspnet;aspnetcore;hosting</PackageTags>
1616
<PackageIconUrl>http://serilog.net/images/serilog-extension-nuget.png</PackageIconUrl>
17-
<PackageProjectUrl>https://github.com/serilog/serilog-hosting</PackageProjectUrl>
17+
<PackageProjectUrl>https://github.com/serilog/serilog-extensions-hosting</PackageProjectUrl>
1818
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
1919
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
2020
<RootNamespace>Serilog</RootNamespace>

0 commit comments

Comments
 (0)