Skip to content

Commit c2fe67b

Browse files
authored
fix java-doc dead link (#620)
1 parent 087475e commit c2fe67b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apm-application-toolkit/apm-toolkit-trace/src/main/java/org/apache/skywalking/apm/toolkit/trace

apm-application-toolkit/apm-toolkit-trace/src/main/java/org/apache/skywalking/apm/toolkit/trace/Tag.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
/**
4343
* @return the value of the tag to be injected into the current active span, in the form of the customized
44-
* enhancement rules, for more information, refer to https://github.com/apache/skywalking/blob/master/docs/en/setup/service-agent/java-agent/Customize-enhance-trace.md#how-to-configure
44+
* enhancement rules, for more information, refer to <a href="https://github.com/apache/skywalking-java/blob/master/docs/en/setup/service-agent/java-agent/Customize-enhance-trace.md#how-to-configure">Customize-enhance-trace.md#how-to-configure</a>
4545
*/
4646
String value();
4747
}

0 commit comments

Comments
 (0)