fix java-doc dead link (#620)

This commit is contained in:
wuwen 2023-10-12 17:08:56 +08:00 committed by GitHub
parent 087475ebbe
commit c2fe67b775
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ public @interface Tag {
/**
* @return the value of the tag to be injected into the current active span, in the form of the customized
* 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
* 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>
*/
String value();
}