1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-24 03:47:19 +02:00

Update relref link for manual instrumentation (#2478)

Looks like this was missed in https://github.com/open-telemetry/opentelemetry-go/pull/2437
This commit is contained in:
Phillip Carter 2021-12-21 08:33:35 -08:00 committed by GitHub
parent 69326eaef8
commit 1e46549f61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -536,7 +536,7 @@ start adding OpenTelemetry Go to your projects at this point. Go instrument your
code!
For more information about instrumenting your code and things you can do with
spans, refer to the [Instrumenting]({{< relref "instrumentation" >}})
spans, refer to the [Instrumenting]({{< relref "manual_instrumentation" >}})
documentation. Likewise, advanced topics about processing and exporting
telemetry data can be found in the [Processing and Exporting Data]({{< relref
"exporting_data" >}}) documentation.