This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch release-doc in repository https://gitbox.apache.org/repos/asf/skywalking.git
commit d7f8c041a366b15da58afb48d68202598dfbc33e Author: Wu Sheng <[email protected]> AuthorDate: Thu Jun 9 08:40:10 2022 +0800 Fix invalid links in release docs --- docs/en/changes/changes.md | 4 +--- docs/en/guides/How-to-release.md | 14 +++++++------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/docs/en/changes/changes.md b/docs/en/changes/changes.md index 4f64f871d2..385bd80319 100644 --- a/docs/en/changes/changes.md +++ b/docs/en/changes/changes.md @@ -2,12 +2,10 @@ #### Project - #### OAP Server - - #### Documentation +* Fix invalid links in release docs All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/136?closed=1) diff --git a/docs/en/guides/How-to-release.md b/docs/en/guides/How-to-release.md index 8e637d4368..cb4727f0fa 100644 --- a/docs/en/guides/How-to-release.md +++ b/docs/en/guides/How-to-release.md @@ -110,7 +110,7 @@ account if a quality vote is called for this build. Release notes: - * https://github.com/apache/skywalking/blob/master/changes/changes-x.y.z.md + * https://github.com/apache/skywalking/blob/master/docs/en/changes/changes-x.y.z.md Release Candidate: @@ -125,7 +125,7 @@ Maven 2 staging repository: Release Tag : - * (Git Tag) x.y.z + * (Git Tag) vx.y.z Release CommitID : @@ -141,7 +141,7 @@ Keys to verify the Release Candidate : Guide to build the release from source : - * https://github.com/apache/skywalking/blob/x.y.z/docs/en/guides/How-to-build.md + * https://github.com/apache/skywalking/blob/vx.y.z/docs/en/guides/How-to-build.md A vote regarding the quality of this test build will be initiated within the next couple of days. @@ -163,7 +163,7 @@ This is a call for vote to release Apache SkyWalking version x.y.z. Release notes: - * https://github.com/apache/skywalking/blob/master/changes/changes-x.y.z.md + * https://github.com/apache/skywalking/blob/master/docs/en/changes/changes-x.y.z.md Release Candidate: @@ -178,7 +178,7 @@ Maven 2 staging repository: Release Tag : - * (Git Tag) x.y.z + * (Git Tag) vx.y.z Release CommitID : @@ -194,7 +194,7 @@ Keys to verify the Release Candidate : Guide to build the release from source : - * https://github.com/apache/skywalking/blob/x.y.z/docs/en/guides/How-to-build.md + * https://github.com/apache/skywalking/blob/vx.y.z/docs/en/guides/How-to-build.md Voting will start now (xxxx date) and will remain open for at least 72 hours, Request all PMC members to give their vote. [ ] +1 Release this package. @@ -260,7 +260,7 @@ version a.b.c(last release). The notable changes since x.y.z include: 3. ... Please refer to the change log for the complete list of changes: -https://github.com/apache/skywalking/blob/master/changes/changes-x.y.z.md +https://github.com/apache/skywalking/blob/master/docs/en/changes/changes-x.y.z.md Apache SkyWalking website: http://skywalking.apache.org/
