Skip to content

Commit

Permalink
[Website]: Redirect old DataFusion CLI URL (#507)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
alamb authored Apr 25, 2024
1 parent 346de0b commit c4e134e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c4e134e

Please sign in to comment.