Fix change log link (#13)

This commit is contained in:
吴晟 Wu Sheng 2021-08-29 16:40:25 +08:00 committed by GitHub
parent 500df22ddd
commit d47f9cc370
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 30 deletions

View File

@ -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'

View File

@ -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.

View File

@ -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

View File

@ -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"