Skip to content

Commit c4e134e

Browse files
authored
[Website]: Redirect old DataFusion CLI URL (#507)
Closes apache/datafusion#10124 # Rationale See apache/datafusion#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 #505 #506 with @kou to redirect to the new location
1 parent 346de0b commit c4e134e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.htaccess

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@
1515

1616
# redirect all datafusion URLs to new top level website
1717
Redirect permanent /datafusion https://datafusion.apache.org
18+
19+
# redirect old URL https://github.com/apache/datafusion/issues/10124
20+
Redirect permanent /datafusion/user-guide/cli.html https://datafusion.apache.org/user-guide/cli/index.html

0 commit comments

Comments
 (0)