This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-java.git


The following commit(s) were added to refs/heads/main by this push:
     new c2fe67b775 fix java-doc dead link (#620)
c2fe67b775 is described below

commit c2fe67b775030c4e58cd9ba86ccb5539dabf4c7c
Author: wuwen <wuwen...@aliyun.com>
AuthorDate: Thu Oct 12 17:08:56 2023 +0800

    fix java-doc dead link (#620)
---
 .../src/main/java/org/apache/skywalking/apm/toolkit/trace/Tag.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/apm-application-toolkit/apm-toolkit-trace/src/main/java/org/apache/skywalking/apm/toolkit/trace/Tag.java
 
b/apm-application-toolkit/apm-toolkit-trace/src/main/java/org/apache/skywalking/apm/toolkit/trace/Tag.java
index 22917d42fe..251b00296b 100644
--- 
a/apm-application-toolkit/apm-toolkit-trace/src/main/java/org/apache/skywalking/apm/toolkit/trace/Tag.java
+++ 
b/apm-application-toolkit/apm-toolkit-trace/src/main/java/org/apache/skywalking/apm/toolkit/trace/Tag.java
@@ -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();
 }

Reply via email to