diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml deleted file mode 100644 index c69a610e8..000000000 --- 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 4faf3d2b2..47bbe5763 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 d82c2d6f6..218001a7c 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 30abceea3..fc325889d 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"