Skip to content

Commit ca01de1

Browse files
authored
fix tracing links for xray (#1686)
1 parent d80f059 commit ca01de1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/core/tracing.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,8 @@ under a subsegment, or you are doing multithreaded programming. Refer examples b
377377
## Instrumenting SDK clients and HTTP calls
378378

379379
User should make sure to instrument the SDK clients explicitly based on the function dependency. Refer details on
380-
[how to instrument SDK client with Xray](https://docs.aws.amazon.com/xray/latest/devguide/xray-sdk-java-awssdkclients.html) and [outgoing http calls](https://docs.aws.amazon.com/xray/latest/devguide/xray-sdk-java-httpclients.html).
380+
[how to instrument SDK client with Xray](https://docs.aws.amazon.com/xray/latest/devguide/xray-sdk-java.html#xray-sdk-java-awssdkclients)
381+
and [outgoing http calls](https://docs.aws.amazon.com/xray/latest/devguide/xray-sdk-java.html#xray-sdk-java-httpclients).
381382

382383
## Testing your code
383384

0 commit comments

Comments
 (0)