This is an automated email from the ASF dual-hosted git repository.
dkuzmenko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hive-site.git
The following commit(s) were added to refs/heads/main by this push:
new 4739774 Fix release details link for 4.2.0 (#81)
4739774 is described below
commit 473977424659768306bf8696e0f14a093daf61ea
Author: Denys Kuzmenko <[email protected]>
AuthorDate: Wed Nov 26 17:46:31 2025 +0100
Fix release details link for 4.2.0 (#81)
---
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"