Skip to content

Commit

Permalink
Fix invalid links in release docs (apache#9192)
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-sheng authored Jun 9, 2022
1 parent 8584ada commit 122f285
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .dlc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"pattern": "^http://localhost"
},
{
"pattern": "^https://github.com/apache/skywalking/blob/master/changes/changes-x.y.z.md$"
"pattern": "^https://github.com/apache/skywalking/blob/master/docs/en/changes/changes-x.y.z.md$"
},
{
"pattern": "^https://dist.apache.org/repos/dist/dev/skywalking/x.y.z$"
Expand Down
4 changes: 1 addition & 3 deletions docs/en/changes/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
14 changes: 7 additions & 7 deletions docs/en/guides/How-to-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -125,7 +125,7 @@ Maven 2 staging repository:
Release Tag :
* (Git Tag) x.y.z
* (Git Tag) vx.y.z
Release CommitID :
Expand All @@ -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.
Expand All @@ -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:
Expand All @@ -178,7 +178,7 @@ Maven 2 staging repository:
Release Tag :
* (Git Tag) x.y.z
* (Git Tag) vx.y.z
Release CommitID :
Expand All @@ -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.
Expand Down Expand Up @@ -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/
Expand Down

0 comments on commit 122f285

Please sign in to comment.