You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2021/08/29 08:40:32 UTC

[skywalking-java] branch main updated: Fix change log link (#13)

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

kezhenxu94 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 d47f9cc  Fix change log link (#13)
d47f9cc is described below

commit d47f9cc370ddeefbe13b188e726423e6498863c2
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Sun Aug 29 16:40:25 2021 +0800

    Fix change log link (#13)
---
 .github/workflows/test.yaml                        | 27 ----------------------
 .../java-agent/Customize-enhance-trace.md          |  2 +-
 .../setup/service-agent/java-agent/Plugin-test.md  |  2 +-
 docs/menu.yml                                      |  2 +-
 4 files changed, 3 insertions(+), 30 deletions(-)

diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
deleted file mode 100644
index c69a610..0000000
--- a/.github/workflows/test.yaml
+++ /dev/null
@@ -1,27 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-name: Build
-
-on:
-  pull_request:
-
-jobs:
-  ci:
-    name: Build
-    runs-on: ubuntu-latest
-    steps:
-      - run: echo 'Success'
diff --git a/docs/en/setup/service-agent/java-agent/Customize-enhance-trace.md b/docs/en/setup/service-agent/java-agent/Customize-enhance-trace.md
index 4faf3d2..47bbe57 100644
--- a/docs/en/setup/service-agent/java-agent/Customize-enhance-trace.md
+++ b/docs/en/setup/service-agent/java-agent/Customize-enhance-trace.md
@@ -2,7 +2,7 @@
 Here is an optional plugin `apm-customize-enhance-plugin`
 
 ## Introduce
-SkyWalking has provided [Java agent plugin development guide](https://github.com/apache/skywalking/blob/master/docs/en/guides/Java-Plugin-Development-Guide.md) to help developers to build new plugin. 
+SkyWalking has provided [Java agent plugin development guide](Java-Plugin-Development-Guide.md) to help developers to build new plugin. 
 
 This plugin is not designed for replacement but for user convenience. The behaviour is very similar with [@Trace toolkit](Application-toolkit-trace.md), but without code change requirement, and more powerful, such as provide tag and log.                                                                                                      
 
diff --git a/docs/en/setup/service-agent/java-agent/Plugin-test.md b/docs/en/setup/service-agent/java-agent/Plugin-test.md
index d82c2d6..218001a 100644
--- a/docs/en/setup/service-agent/java-agent/Plugin-test.md
+++ b/docs/en/setup/service-agent/java-agent/Plugin-test.md
@@ -34,7 +34,7 @@ Take the following test projects as examples:
 The test case project must be packaged as `project-name.war` by using `mvn package`.
 
 Take the following test project as an example
-* [spring-4.3.x-scenario](https://github.com/apache/skywalking/tree/master/test/plugin/scenarios/spring-4.3.x-scenario)
+* [spring-4.3.x-scenario](../../../../../test/plugin/scenarios/spring-4.3.x-scenario)
 
 
 ## Test project hierarchical structure
diff --git a/docs/menu.yml b/docs/menu.yml
index 30abcee..fc32588 100644
--- a/docs/menu.yml
+++ b/docs/menu.yml
@@ -83,4 +83,4 @@ catalog:
       - name: "Java Agent Release Guidance"
         path: "/en/contribution/release-java-agent/"
   - name: "Changelog"
-    path: "https://github.com/apache/skywalking/tree/master/changes"
+    path: "https://github.com/apache/skywalking-java/tree/master/changes"