This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-site.git
The following commit(s) were added to refs/heads/main by this push:
new c4e134eeaef [Website]: Redirect old DataFusion CLI URL (#507)
c4e134eeaef is described below
commit c4e134eeaefa2b0ca9b6f7a45d19e6c9bc3ce3eb
Author: Andrew Lamb <[email protected]>
AuthorDate: Wed Apr 24 20:52:20 2024 -0400
[Website]: Redirect old DataFusion CLI URL (#507)
Closes https://github.com/apache/datafusion/issues/10124
# Rationale
See https://github.com/apache/datafusion/issues/10124 -- basically we
moved a URL that is bookmarked / comes up in google search. We need to
redirect to the new location
# Changes
Use the `.htaccess` process added in
https://github.com/apache/arrow-site/pull/505
https://github.com/apache/arrow-site/pull/506 with @kou to redirect to
the new location
---
.htaccess | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.htaccess b/.htaccess
index 93964e17fe4..56884d1d6e4 100644
--- a/.htaccess
+++ b/.htaccess
@@ -15,3 +15,6 @@
# redirect all datafusion URLs to new top level website
Redirect permanent /datafusion https://datafusion.apache.org
+
+# redirect old URL https://github.com/apache/datafusion/issues/10124
+Redirect permanent /datafusion/user-guide/cli.html
https://datafusion.apache.org/user-guide/cli/index.html