This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to branch outdated_link in repository https://gitbox.apache.org/repos/asf/hive-site.git
commit c165e0f568571692304f72b8e85eeac25e6c9501 Author: Denys Kuzmenko <[email protected]> AuthorDate: Wed Nov 26 00:14:35 2025 +0200 Fix release details link for 4.2.0 --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index e057337..15f9fb9 100644 --- a/config.toml +++ b/config.toml @@ -49,7 +49,7 @@ theme = 'hive' gettingStarted = "/development/gettingstarted/" docker = "/development/quickstart/" blogs = "https://hive.blog.apache.org/" - announcements = "/general/downloads/#31-july-2025--release-410-available" + announcements = "/general/downloads/#23-november-2025--release-420-available" [params.features] acidTxn = "https://hive.apache.org/docs/latest/user/hive-transactions"
