diff --git a/docs/guide/diagnostics.md b/docs/guide/diagnostics.md index 933a673a9..f823a423c 100644 --- a/docs/guide/diagnostics.md +++ b/docs/guide/diagnostics.md @@ -4,8 +4,8 @@ Wolverine can be configuration intensive, allows for quite a bit of customizatio quite a bit of external infrastructure. All of those things can be problematic, so Wolverine tries to provide diagnostic tools to unwind what's going on inside the application and the application's configuration. -Many of the diagnostics explained in this page are part of the [Oakton command line integration](https://jasperfx.github.io/oakton). As a reminder, -to utilize this command line integration, you need to apply Oakton as your command line parser as shown in the last line of the quickstart +Many of the diagnostics explained in this page are part of the [JasperFx command line integration](https://jasperfx.github.io/oakton) <== NOT SURE OF THE RIGHT URL. As a reminder, +to utilize this command line integration, you need to apply JasperFx as your command line parser as shown in the last line of the quickstart sample `Program.cs` file: