This is an automated email from the ASF dual-hosted git repository. weichiu pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/hadoop-site.git
The following commit(s) were added to refs/heads/asf-site by this push: new 5ff1aad827 Update redirection rules. 5ff1aad827 is described below commit 5ff1aad8273fdc7fb1f10c482442427b12bb8dd2 Author: Wei-Chiu Chuang <weic...@apache.org> AuthorDate: Mon Dec 19 15:17:25 2022 -0800 Update redirection rules. --- content/.htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/.htaccess b/content/.htaccess index ba05b3cea7..91dfce0444 100644 --- a/content/.htaccess +++ b/content/.htaccess @@ -1,5 +1,3 @@ -Redirect 301 /ozone/ https://ozone.apache.org/ -Redirect 301 /ozone/docs/ https://ozone.apache.org/docs/ Redirect 301 /ozone/docs/0.2.0-alpha/ https://ozone.apache.org/docs/current/ Redirect 301 /ozone/docs/0.2.1-alpha/ https://ozone.apache.org/docs/current/ Redirect 301 /ozone/docs/0.3.0-alpha/ https://ozone.apache.org/docs/current/ @@ -8,3 +6,5 @@ Redirect 301 /ozone/docs/0.4.1-alpha/ https://ozone.apache.org/docs/current/ Redirect 301 /ozone/docs/0.5.0-beta/ https://ozone.apache.org/docs/current/ Redirect 301 /ozone/docs/1.0.0/ https://ozone.apache.org/docs/current/ Redirect 301 /ozone/docs/1.1.0/ https://ozone.apache.org/docs/current/ +Redirect 301 /ozone/docs/ https://ozone.apache.org/docs/ +Redirect 301 /ozone/ https://ozone.apache.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org