From 891dca70fa5c9280ada69eb01c8e4e650111b6e5 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Tue, 1 Aug 2023 20:55:22 +1000 Subject: [PATCH] Fix links to `release notes` in README and CHANGES --- CHANGES.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 6d6a268ba081..ef498f8edf0b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,7 +2,7 @@ Apache CloudStack CHANGES ========================= -Full release notes for each release are located in the project's documentation [website](http://docs.cloudstack.apache.org/projects/cloudstack-release-notes) +Full release notes for each release are located in the project's documentation [website](https://docs.cloudstack.apache.org/en/latest/releasenotes/index.html) Version 4.5.0 ------------- diff --git a/README.md b/README.md index f5a80b8e5c25..57cd8b83379e 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ via GitHub pull requests. ## Documentation * [Project Documentation](https://docs.cloudstack.apache.org) -* [Release notes](https://docs.cloudstack.apache.org/projects/cloudstack-release-notes) +* [Release notes](https://docs.cloudstack.apache.org/en/latest/releasenotes/index.html) * Developer [wiki](https://cwiki.apache.org/confluence/display/CLOUDSTACK/Home) * Design [documents](https://cwiki.apache.org/confluence/display/CLOUDSTACK/Design) * API [documentation](https://cloudstack.apache.org/api.html)