You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by wi...@apache.org on 2022/12/30 08:06:19 UTC

[orc] branch main updated: ORC-1337: Make `.htaccess` up to date

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

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


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

commit 4e81f2fd1d0981d265630534b08df140a7478883
Author: William Hyun <wi...@apache.org>
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 <wi...@apache.org>
    Signed-off-by: William Hyun <wi...@apache.org>
---
 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