Skip to content

Commit

Permalink
docs: fix wrong link syntax in docs/articles/configuration/config.md (#…
Browse files Browse the repository at this point in the history
…6782)

Co-authored-by: Aaron Stannard <aaron@petabridge.com>
  • Loading branch information
andreadistefano and Aaronontheweb committed Jun 8, 2023
1 parent e014825 commit 2873951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/articles/configuration/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Other parts of Akka.NET in the future, such as its dependency injection system,

So what if we want to use some built-in `Setup` types in combination with an `ActorSystem`? How do we work with these new types?

First, if we have HOCON that we need to pass into our `ActorSystem` still then we must use the [`BootstrapSetup` class]((xref:Akka.Actor.BootstrapSetup) to store our HOCON `Config`:
First, if we have HOCON that we need to pass into our `ActorSystem` still then we must use the [`BootstrapSetup` class](xref:Akka.Actor.BootstrapSetup) to store our HOCON `Config`:

[!code-csharp[SerializationSetup](../../../src/core/Akka.Docs.Tests/Configuration/SerializationSetupDocSpec.cs?name=MergedSetup)]

Expand Down

0 comments on commit 2873951

Please sign in to comment.