Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Add redirect from github pages to new apache site (#3448)
Browse files Browse the repository at this point in the history
* adding redirect for gh pages

* updating asf.yaml to use redirect

* correct page title.  remove hostname

* update index

* update asf.yaml and index

* removing theme
  • Loading branch information
joshfischer1108 authored Feb 10, 2020
1 parent b22f442 commit c9d18e6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ staging:

publish:
whoami: asf-site
hostname: http://heronstreaming.io

github:
description: "Apache Heron (Incubating) is a realtime, distributed, fault-tolerant stream processing engine from Twitter"
ghp_branch: master
ghp_path: ~
homepage: https://heron.incubator.apache.org/
labels:
- heron
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,12 @@
-->

<html>
<head>
<meta http-equiv="refresh" content="2;url=https://heron.incubator.apache.org" />
<title>goto heron.incubator.apache.org</title>
</head>
<body>
This is a landing page for the main heron.incubator.apache.org website. Click <a href="https://heron.incubator.apache.org">here</a> to go to the main site if it does not redirect you automatically.
</body>
</html>

0 comments on commit c9d18e6

Please sign in to comment.