Repository: orc Updated Branches: refs/heads/master 194a0da8c -> 6fa860f2e
Add two handy redirects to the site: http://orc.apache.org/jira http://orc.apache.org/github Project: http://git-wip-us.apache.org/repos/asf/orc/repo Commit: http://git-wip-us.apache.org/repos/asf/orc/commit/6fa860f2 Tree: http://git-wip-us.apache.org/repos/asf/orc/tree/6fa860f2 Diff: http://git-wip-us.apache.org/repos/asf/orc/diff/6fa860f2 Branch: refs/heads/master Commit: 6fa860f2e775bf4a2b9c10024e16b3c33f29fc96 Parents: 194a0da Author: Owen O'Malley <[email protected]> Authored: Fri Jan 8 12:55:23 2016 -0800 Committer: Owen O'Malley <[email protected]> Committed: Fri Jan 8 12:55:23 2016 -0800 ---------------------------------------------------------------------- site/.htaccess | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/orc/blob/6fa860f2/site/.htaccess ---------------------------------------------------------------------- diff --git a/site/.htaccess b/site/.htaccess new file mode 100644 index 0000000..b5f98bc --- /dev/null +++ b/site/.htaccess @@ -0,0 +1,3 @@ +# .htaccess for ORC +RedirectMatch Permanent ^/jira$ https://issues.apache.org/jira/browse/orc +RedirectMatch Permanent ^/github$ https://github.com/apache/orc
