From 0a24ac13074b180ffdaf547124e443fef26e7ffb Mon Sep 17 00:00:00 2001 From: Julien Olivain Date: Wed, 11 Feb 2026 19:30:47 +0100 Subject: [PATCH] docs/website/{download, news}.html: fix date and url typos The Buildroot commit [1] introduced two small typos, while doing the updates to announce new releases. The version 2025.02.10 release date is 2026-01-20 (and not 2022). See the original announce [2]. The 2025.02.10 archive link in news.html has also a missing dot. This commit fixes those typo in order to fix the website. [1] https://gitlab.com/buildroot.org/buildroot/-/commit/21dda0665e5de8ddb2a09f199679b2c4be1384fc [2] https://lore.kernel.org/buildroot/9b9654f8-6cdd-4108-b932-79509e455148@rnout.be/ Signed-off-by: Julien Olivain Signed-off-by: Peter Korsgaard --- docs/website/download.html | 2 +- docs/website/news.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/website/download.html b/docs/website/download.html index 9078194355..6221cfe871 100644 --- a/docs/website/download.html +++ b/docs/website/download.html @@ -79,7 +79,7 @@ Changelog - 2022-01-20 + 2026-01-20 diff --git a/docs/website/news.html b/docs/website/news.html index 38599d66ef..00bb718940 100644 --- a/docs/website/news.html +++ b/docs/website/news.html @@ -42,7 +42,7 @@ file for more details, read the announcement and go to the downloads page to pick up the - 2025.02.10 release.

+ 2025.02.10 release.