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

joshfischer pushed a commit to branch joshfischer/0.20.4-incubating-site
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to 
refs/heads/joshfischer/0.20.4-incubating-site by this push:
     new 1871007  updating urls; making install docs more clear
1871007 is described below

commit 1871007f152ea64c5f8a06a212f30e6ee3d7ee2a
Author: Josh Fischer <[email protected]>
AuthorDate: Thu May 27 13:31:50 2021 -0500

    updating urls; making install docs more clear
---
 README.md                                          |  6 +++---
 heron/tools/cli/src/python/main.py                 |  2 +-
 release/maven/heron-kafka.template.pom             |  2 +-
 release/maven/heron-no-kryo.template.pom           |  2 +-
 release/maven/heron-with-kryo.template.pom         |  2 +-
 scripts/packages/template_bin.sh                   |  2 +-
 scripts/packages/tests_template_bin.sh             |  2 +-
 website2/docs/client-api-docs-overview.md          |  4 ++--
 website2/docs/getting-started-local-single-node.md | 24 ++++------------------
 website2/docs/user-manuals-heron-cli.md            |  2 +-
 website2/website/siteConfig.js                     |  2 +-
 .../client-api-docs-overview.md                    |  4 ++--
 .../getting-started-local-single-node.md           |  2 +-
 .../user-manuals-heron-cli.md                      |  2 +-
 .../getting-started-local-single-node.md           |  2 +-
 15 files changed, 22 insertions(+), 38 deletions(-)

diff --git a/README.md b/README.md
index 78f17ed..0a9f412 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ Heron is a realtime analytics platform developed by Twitter.  
It has a wide arra
 
 ### Documentation
 
-[https://heron.incubator.apache.org/](https://heron.incubator.apache.org/)
+[https://heron.incubator.apache.org/](https://heron.apache.org/)
 </br>
 Confluence: https://cwiki.apache.org/confluence/display/HERON
 
@@ -54,8 +54,8 @@ Confluence: https://cwiki.apache.org/confluence/display/HERON
 
 ## For more information:
 
-* Official Heron documentation located at 
[https://heron.incubator.apache.org/](https://heron.incubator.apache.org/)
-* Official Heron resources, including Conference & Journal Papers, Videos, 
Blog Posts and selected Press located at [Heron 
Resources](https://heron.incubator.apache.org/resources)
+* Official Heron documentation located at 
[https://heron.apache.org/](https://heron.incubator.apache.org/)
+* Official Heron resources, including Conference & Journal Papers, Videos, 
Blog Posts and selected Press located at [Heron 
Resources](https://heron.apache.org/resources)
 * [Twitter Heron: Stream Processing at 
Scale](http://dl.acm.org/citation.cfm?id=2742788) (academic paper)
 * [Twitter Heron: Stream Processing at 
Scale](https://www.youtube.com/watch?v=pUaFOuGgmco) (YouTube video)
 * [Flying Faster with Twitter 
Heron](https://blog.twitter.com/2015/flying-faster-with-twitter-heron) (blog 
post)
diff --git a/heron/tools/cli/src/python/main.py 
b/heron/tools/cli/src/python/main.py
index a4a060e..735a910 100644
--- a/heron/tools/cli/src/python/main.py
+++ b/heron/tools/cli/src/python/main.py
@@ -51,7 +51,7 @@ Log = log.Log
 HELP_EPILOG = '''Getting more help:
   heron help <command> Prints help and options for <command>
 
-For detailed documentation, go to https://heron.incubator.apache.org'''
+For detailed documentation, go to https://heron.apache.org'''
 
 
 # pylint: disable=protected-access,superfluous-parens
diff --git a/release/maven/heron-kafka.template.pom 
b/release/maven/heron-kafka.template.pom
index 781d722..3ffa9f8 100644
--- a/release/maven/heron-kafka.template.pom
+++ b/release/maven/heron-kafka.template.pom
@@ -41,7 +41,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/ma
   <packaging>jar</packaging>
   <name>NAME</name>
   <description>DESCRIPTION</description>
-  <url>https://heron.incubator.apache.org</url>
+  <url>https://heron.apache.org</url>
   <licenses>
     <license>
       <name>The Apache License, Version 2.0</name>
diff --git a/release/maven/heron-no-kryo.template.pom 
b/release/maven/heron-no-kryo.template.pom
index 28d4a6c..3b40a26 100644
--- a/release/maven/heron-no-kryo.template.pom
+++ b/release/maven/heron-no-kryo.template.pom
@@ -24,7 +24,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/ma
   <packaging>jar</packaging>
   <name>NAME</name>
   <description>DESCRIPTION</description>
-  <url>https://heron.incubator.apache.org</url>
+  <url>https://heron.apache.org</url>
   <licenses>
     <license>
       <name>The Apache License, Version 2.0</name>
diff --git a/release/maven/heron-with-kryo.template.pom 
b/release/maven/heron-with-kryo.template.pom
index edd16f4..6a0e28a 100644
--- a/release/maven/heron-with-kryo.template.pom
+++ b/release/maven/heron-with-kryo.template.pom
@@ -24,7 +24,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/ma
   <packaging>jar</packaging>
   <name>NAME</name>
   <description>DESCRIPTION</description>
-  <url>https://heron.incubator.apache.org</url>
+  <url>https://heron.apache.org</url>
   <licenses>
     <license>
       <name>The Apache License, Version 2.0</name>
diff --git a/scripts/packages/template_bin.sh b/scripts/packages/template_bin.sh
index 4973a85..ed43311 100755
--- a/scripts/packages/template_bin.sh
+++ b/scripts/packages/template_bin.sh
@@ -15,7 +15,7 @@
 # Heron self-extractable installer for client package
 
 # Set help URL
-getting_started_url=https://heron.incubator.apache.org/docs/getting-started-local-single-node/
+getting_started_url=https://heron.apache.org/docs/getting-started-local-single-node/
 
 # Installation and etc prefix can be overriden from command line
 install_prefix=${1:-"/usr/local/heron"}
diff --git a/scripts/packages/tests_template_bin.sh 
b/scripts/packages/tests_template_bin.sh
index 1ca166a..947d5a9 100755
--- a/scripts/packages/tests_template_bin.sh
+++ b/scripts/packages/tests_template_bin.sh
@@ -16,7 +16,7 @@
 # used only for integration tests
 
 # Set help URL
-getting_started_url=https://heron.incubator.apache.org/docs/getting-started-local-single-node/
+getting_started_url=https://heron.apache.org/docs/getting-started-local-single-node/
 
 # Installation and etc prefix can be overriden from command line
 install_prefix=${1:-"/usr/local/herontests"}
diff --git a/website2/docs/client-api-docs-overview.md 
b/website2/docs/client-api-docs-overview.md
index a1ce713..afdb83b 100644
--- a/website2/docs/client-api-docs-overview.md
+++ b/website2/docs/client-api-docs-overview.md
@@ -20,6 +20,6 @@ sidebar_label: Client API Docs
     under the License.
 -->
 
-You can view JavaDocs [here](http://heron.incubator.apache.org/api/java)
+You can view JavaDocs [here](http://heron.apache.org/api/java)
 
-You can view Pydocs [here](http://heron.incubator.apache.org/api/python)
\ No newline at end of file
+You can view Pydocs [here](http://heron.apache.org/api/python)
\ No newline at end of file
diff --git a/website2/docs/getting-started-local-single-node.md 
b/website2/docs/getting-started-local-single-node.md
index 0408a86..6e0c153 100644
--- a/website2/docs/getting-started-local-single-node.md
+++ b/website2/docs/getting-started-local-single-node.md
@@ -32,25 +32,9 @@ Heron tools can be installed using [installation 
scripts](#using-installation-sc
 
 ## Using installation scripts
 
-To install Heron binaries directly, using installation scripts, go to Heron's 
[releases page](https://github.com/apache/incubator-heron/releases) on GitHub
-and see a full listing of Heron releases for each available platform. The 
installation script for macOS (`darwin`), for example, is named
-`heron-install-{{% heronVersion %}}-darwin.sh`.
-
-```bash
-$ wget https://github.com/apache/incubator-heron/releases/download/{{% 
heronVersion %}}/heron-install-{{% heronVersion %}}-darwin.sh
-
-
-```
-
-Download the for your platform either from the releases page or using 
[`wget`](https://www.gnu.org/software/wget/). Here's a `wget` example for 
Ubuntu:
-
-```bash
-$ wget https://github.com/apache/incubator-heron/releases/download/{{% 
heronVersion %}}/heron-install-{{% heronVersion %}}-ubuntu18.04.sh
-```
-Debian10
-```bash
-$ wget https://github.com/apache/incubator-heron/releases/download/{{% 
heronVersion %}}/heron-install-{{% heronVersion %}}-debian.sh
-```
+To install Heron binaries directly, using installation scripts, go to Heron's 
[download page](https://heron.apache.org/download)
+and see a full listing of Heron releases for each available platform. The 
installation script for macOS (`debian10`), for example, is named
+`heron-install-{{% heronVersion %}}-debian10.sh`.
 
 Once you've downloaded the script, make it executable using 
[chmod](https://en.wikipedia.org/wiki/Chmod):
 
@@ -218,7 +202,7 @@ Available commands:
     submit             Submit a topology
     version            Print version of heron-cli
 
-For detailed documentation, go to https://heron.incubator.apache.org
+For detailed documentation, go to https://heron.apache.org
 ```
 
 To invoke help output for a command, run `heron help COMMAND`. Here's an
diff --git a/website2/docs/user-manuals-heron-cli.md 
b/website2/docs/user-manuals-heron-cli.md
index 02892c7..6c72ba0 100644
--- a/website2/docs/user-manuals-heron-cli.md
+++ b/website2/docs/user-manuals-heron-cli.md
@@ -42,7 +42,7 @@ Heron is now installed!
 
 Make sure you have "/Users/$USER/bin" in your path.
 
-See https://heron.incubator.apache.org/docs/getting-started-local-single-node/ 
on how to use Heron!
+See https://heron.apache.org/docs/getting-started-local-single-node/ on how to 
use Heron!
 
 ....
 ```
diff --git a/website2/website/siteConfig.js b/website2/website/siteConfig.js
index fbdac72..fcce673 100644
--- a/website2/website/siteConfig.js
+++ b/website2/website/siteConfig.js
@@ -53,7 +53,7 @@ const createVariableInjectionPlugin = variables => {
   };
 };
 
-const url = 'https://heron.incubator.apache.org';
+const url = 'https://heron.apache.org';
 const baseUrl = '/';
 
 const siteVariables = {
diff --git 
a/website2/website/versioned_docs/version-0.20.0-incubating/client-api-docs-overview.md
 
b/website2/website/versioned_docs/version-0.20.0-incubating/client-api-docs-overview.md
index 15046db..25c96df 100644
--- 
a/website2/website/versioned_docs/version-0.20.0-incubating/client-api-docs-overview.md
+++ 
b/website2/website/versioned_docs/version-0.20.0-incubating/client-api-docs-overview.md
@@ -21,6 +21,6 @@ original_id: client-api-docs-overview
     under the License.
 -->
 
-You can view JavaDocs [here](http://heron.incubator.apache.org/api/java)
+You can view JavaDocs [here](http://heron.apache.org/api/java)
 
-You can view Pydocs [here](http://heron.incubator.apache.org/api/python)
\ No newline at end of file
+You can view Pydocs [here](http://heron.apache.org/api/python)
\ No newline at end of file
diff --git 
a/website2/website/versioned_docs/version-0.20.0-incubating/getting-started-local-single-node.md
 
b/website2/website/versioned_docs/version-0.20.0-incubating/getting-started-local-single-node.md
index 130eeb4..af83247 100644
--- 
a/website2/website/versioned_docs/version-0.20.0-incubating/getting-started-local-single-node.md
+++ 
b/website2/website/versioned_docs/version-0.20.0-incubating/getting-started-local-single-node.md
@@ -215,7 +215,7 @@ Available commands:
     submit             Submit a topology
     version            Print version of heron-cli
 
-For detailed documentation, go to https://heron.incubator.apache.org
+For detailed documentation, go to https://heron.apache.org
 ```
 
 To invoke help output for a command, run `heron help COMMAND`. Here's an
diff --git 
a/website2/website/versioned_docs/version-0.20.0-incubating/user-manuals-heron-cli.md
 
b/website2/website/versioned_docs/version-0.20.0-incubating/user-manuals-heron-cli.md
index 609cac3..c159983 100644
--- 
a/website2/website/versioned_docs/version-0.20.0-incubating/user-manuals-heron-cli.md
+++ 
b/website2/website/versioned_docs/version-0.20.0-incubating/user-manuals-heron-cli.md
@@ -43,7 +43,7 @@ Heron is now installed!
 
 Make sure you have "/Users/$USER/bin" in your path.
 
-See https://heron.incubator.apache.org/docs/getting-started-local-single-node/ 
on how to use Heron!
+See https://heron.apache.org/docs/getting-started-local-single-node/ on how to 
use Heron!
 
 ....
 ```
diff --git 
a/website2/website/versioned_docs/version-0.20.4-incubating/getting-started-local-single-node.md
 
b/website2/website/versioned_docs/version-0.20.4-incubating/getting-started-local-single-node.md
index 88d47b0..42fc5ff 100644
--- 
a/website2/website/versioned_docs/version-0.20.4-incubating/getting-started-local-single-node.md
+++ 
b/website2/website/versioned_docs/version-0.20.4-incubating/getting-started-local-single-node.md
@@ -219,7 +219,7 @@ Available commands:
     submit             Submit a topology
     version            Print version of heron-cli
 
-For detailed documentation, go to https://heron.incubator.apache.org
+For detailed documentation, go to https://heron.apache.org
 ```
 
 To invoke help output for a command, run `heron help COMMAND`. Here's an

Reply via email to