Skip to content

Commit 8beb9d3

Browse files
Fixed the linking issue
1 parent 47ecf11 commit 8beb9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/apm/agents/net-agent/configuration/distributed-tracing-net-agent.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ If your services communicate using an IPC mechanism that the agent doesn't autom
214214
To instrument the calling service:
215215

216216
1. Make sure that the outbound message is sent within the context of a Transaction. [Custom instrumentation](docs/apm/agents/net-agent/custom-instrumentation/custom-instrumentation-attributes-net/) may be necessary for this.
217-
2. Invoke the agent API call for inserting tracing data into the message being sent (see the InsertDistributedTraceHeaders API](/docs/apm/agents/net-agent/net-agent-api/net-agent-api/#ITransaction)).
217+
2. Invoke the agent API call for inserting tracing data into the message being sent (see the [InsertDistributedTraceHeaders API](/docs/apm/agents/net-agent/net-agent-api/net-agent-api/#ITransaction)).
218218
</Collapser>
219219

220220
<Collapser

0 commit comments

Comments
 (0)