diff --git a/docs/guide/history.md b/docs/guide/history.md index d2926611..032f63ad 100644 --- a/docs/guide/history.md +++ b/docs/guide/history.md @@ -16,7 +16,7 @@ When using Alba, you actually bootstrap your web application in memory using eit `AlbaHost` is shown in the class diagram below: -![AlbaHost Class Diagram](./../ClassDiagram.drawio.png) +![AlbaHost Class Diagram](/ClassDiagram.drawio.png) `AlbaHost` implements the ASP.NET Core [IHost](https://docs.microsoft.com/en-us/dotnet/api/microsoft.extensions.hosting.ihost?view=dotnet-plat-ext-6.0) interface for convenience and familiarity. Internally it is tracking the actual `IHost` for your application running in memory as well diff --git a/docs/guide/opentelemetry.md b/docs/guide/opentelemetry.md index a198a463..f80b29e1 100644 --- a/docs/guide/opentelemetry.md +++ b/docs/guide/opentelemetry.md @@ -8,7 +8,7 @@ If you believe there's value in tracing additional areas of Alba, please let us ### Datadog CI Visibility -![Datadog Tracing](./../tracing.png) +![Datadog Tracing](/tracing.png) Datadog's CI Visibility feature is compatible with Alba, however you must be using DD .NET Tracer 2.24+ and have `DD_TRACE_OTEL_ENABLED` set to `true`. See the [documentation](https://docs.datadoghq.com/continuous_integration/tests/dotnet/) for setup information. @@ -17,4 +17,4 @@ Datadog's CI Visibility feature is compatible with Alba, however you must be usi ### xUnit -Manually instrumenting your tests requires a moderate amount of supporting code to work correctly. See this [repository](https://github.com/martinjt/unittest-with-otel) and related [guide](https://www.honeycomb.io/blog/monitoring-unit-tests-opentelemetry) by the team at Honeycomb.io as a starting point. \ No newline at end of file +Manually instrumenting your tests requires a moderate amount of supporting code to work correctly. See this [repository](https://github.com/martinjt/unittest-with-otel) and related [guide](https://www.honeycomb.io/blog/monitoring-unit-tests-opentelemetry) by the team at Honeycomb.io as a starting point.