From fc38fdfce4ee437f68b39ecaf6a5cdfe91aad612 Mon Sep 17 00:00:00 2001 From: Christopher Head Date: Mon, 16 Sep 2024 10:11:09 -0700 Subject: [PATCH] Fix changelog link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The front page of `radicale.org` redirects to `v3.html`. The What’s New link in `v3.html` points at `CHANGELOG.md` in the `v3` branch, which only has information up to 3.1.8. Point it instead at `CHANGELOG.md` in the `master` branch, which has information up to 3.2.3. --- v3.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3.html b/v3.html index 610ad451..804a8730 100644 --- a/v3.html +++ b/v3.html @@ -286,7 +286,7 @@ You can login with any username and password.

What's New?

-

Read the changelog +

Read the changelog on GitHub.