This is an automated email from the ASF dual-hosted git repository. joshfischer pushed a commit to branch gh-pages in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
commit 2db6366bfcbd5e9b97665163732d206574c19883 Author: Josh Fischer <[email protected]> AuthorDate: Mon Feb 3 11:52:34 2020 -0600 adding redirect for gh pages --- _config.yml | 1 + index.html | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..277f1f2 --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-cayman diff --git a/index.html b/index.html index 8b4b942..7f97cfe 100644 --- a/index.html +++ b/index.html @@ -18,5 +18,9 @@ under the License. --> <html> +<meta charset="utf-8"> +<title>Redirecting to https://example.com/</title> +<meta http-equiv="refresh" content="0; URL=https://heron.incubator.apache.org/"> +<link rel="canonical" href="https://heron.incubator.apache.org"> </html>
