Skip to content

Commit 7650181

Browse files
committed
fix documentation links
1 parent 0a5cd2c commit 7650181

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs-src/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This configuration disables all logging (the SDK has a shortcut for doing the sa
4444

4545
If you want to send logging to a destination that isn't built into this package, the `LaunchDarkly.Logging` API allows you to define your own adapter by implementing the `ILogAdapter` interface. We have already created implementations for use with several popular logging frameworks:
4646

47-
* [Common.Logging](https://launchdarkly.github.io/dotnet-logging-adapters-commonlogging)
48-
* [Log4net](https://launchdarkly.github.io/dotnet-logging-adapters-log4net)
49-
* [Microsoft.Extensions.Logging](https://launchdarkly.github.io/dotnet-logging-adapters-ms)
50-
* [NLog](https://launchdarkly.github.io/dotnet-logging-adapters-nlog)
47+
* [Common.Logging](https://launchdarkly.github.io/dotnet-logging-adapter-commonlogging)
48+
* [Log4net](https://launchdarkly.github.io/dotnet-logging-adapter-log4net)
49+
* [Microsoft.Extensions.Logging](https://launchdarkly.github.io/dotnet-logging-adapter-ms)
50+
* [NLog](https://launchdarkly.github.io/dotnet-logging-adapter-nlog)

0 commit comments

Comments
 (0)