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

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


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

commit 589923211ef3ab07fc3e8daebcf26ca5ac36e26e
Author: William Hyun <[email protected]>
AuthorDate: Fri Dec 30 00:06:12 2022 -0800

    ORC-1337: Make `.htaccess` up to date
    
    ### What changes were proposed in this pull request?
    This PR aims to make `.htaccess` in site up to date.
    
    ### Why are the changes needed?
    To support GitHub issues and milestones more.
    
    ### How was this patch tested?
    Manually.
    
    Closes #1348 from williamhyun/htaccess.
    
    Authored-by: William Hyun <[email protected]>
    Signed-off-by: William Hyun <[email protected]>
    (cherry picked from commit 4e81f2fd1d0981d265630534b08df140a7478883)
    Signed-off-by: William Hyun <[email protected]>
---
 site/.htaccess | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/site/.htaccess b/site/.htaccess
index 38538b63e..61416c01c 100644
--- a/site/.htaccess
+++ b/site/.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