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

Commit c9d18e6

Browse files
Add redirect from github pages to new apache site (#3448)
* 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
1 parent b22f442 commit c9d18e6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.asf.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ staging:
2121

2222
publish:
2323
whoami: asf-site
24-
hostname: http://heronstreaming.io
2524

2625
github:
2726
description: "Apache Heron (Incubating) is a realtime, distributed, fault-tolerant stream processing engine from Twitter"
27+
ghp_branch: master
28+
ghp_path: ~
2829
homepage: https://heron.incubator.apache.org/
2930
labels:
3031
- heron

index.html

+7
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,12 @@
1818
-->
1919

2020
<html>
21+
<head>
22+
<meta http-equiv="refresh" content="2;url=https://heron.incubator.apache.org" />
23+
<title>goto heron.incubator.apache.org</title>
24+
</head>
25+
<body>
26+
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.
27+
</body>
2128
</html>
2229

0 commit comments

Comments
 (0)