apache / arrow-site

Mirror of Apache Arrow site
Apache License 2.0
31 stars 106 forks source link

[Website]: Redirect old DataFusion CLI URL #507

Closed alamb closed 2 months ago

alamb commented 2 months ago

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

alamb commented 2 months ago

I am just going to take the liberty of merging this one in

alamb commented 2 months ago

Sadly https://arrow.apache.org/datafusion/user-guide/cli.html seems to direct to https://datafusion.apache.org/user-guide/cli.html (correct host, but wrong path). I think I need to put the redirect in a different order - made https://github.com/apache/arrow-site/pull/508