This is an automated email from the ASF dual-hosted git repository.
alenka pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 6cce6be998 GH-49187: [Doc] Fix versions.json for Arrow 1.0 (#49224)
6cce6be998 is described below
commit 6cce6be998ed7b704111b6a47edd7b57d4a74543
Author: Alenka Frim <[email protected]>
AuthorDate: Wed Feb 11 11:12:39 2026 +0100
GH-49187: [Doc] Fix versions.json for Arrow 1.0 (#49224)
### Rationale for this change
"1.0" in the version switcher has a wrong link.
### What changes are included in this PR?
Update the link to point to correct https://arrow.apache.org/docs/1.0/ docs
### Are these changes tested?
No. They will be tested with the new release (probably patch release) when
the versions.json file will be copied to the
[arrow-site](https://github.com/apache/arrow-site) repo.
### Are there any user-facing changes?
No.
* GitHub Issue: #49187
Authored-by: AlenkaF <[email protected]>
Signed-off-by: AlenkaF <[email protected]>
---
docs/source/_static/versions.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/source/_static/versions.json
b/docs/source/_static/versions.json
index 4a4d2c948c..0e6075a52b 100644
--- a/docs/source/_static/versions.json
+++ b/docs/source/_static/versions.json
@@ -128,6 +128,6 @@
{
"name": "1.0",
"version": "1.0/",
- "url": "https://arrow.apache.org/docs/dev/"
+ "url": "https://arrow.apache.org/docs/1.0/"
}
]