This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 4ebc1a76a ORC-1337: Make `.htaccess` up to date
4ebc1a76a is described below

commit 4ebc1a76a780d3b8fed509f6e0e116d5ce6aa6f1
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Dec 30 08:58:51 2022 -0800

    ORC-1337: Make `.htaccess` up to date
---
 .htaccess | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.htaccess b/.htaccess
index 38538b63e..61416c01c 100644
--- a/.htaccess
+++ b/.htaccess
@@ -2,8 +2,9 @@
 RedirectMatch Permanent ^/jira$ https://issues.apache.org/jira/browse/orc
 RedirectMatch Permanent ^/github$ https://github.com/apache/orc
 RedirectMatch Permanent ^/bugs$ https://issues.apache.org/jira/browse/orc
-RedirectMatch Permanent ^/downloads$ https://www.apache.org/dyn/closer.cgi/orc/
-RedirectMatch Permanent ^/releases$ https://orc.apache.org/docs/releases.html
+RedirectMatch Permanent ^/issues$ https://github.com/apache/orc/issues
+RedirectMatch Permanent ^/milestones$ https://github.com/apache/orc/milestones
+RedirectMatch Permanent ^/downloads$ https://downloads.apache.org/orc/
 RedirectMatch Permanent ^/src$ https://github.com/apache/orc
 RedirectMatch Permanent ^/web-src$ https://github.com/apache/orc/tree/main/site
 RewriteEngine On

Reply via email to