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

correcting heron urls #3532

Merged
merged 2 commits into from
May 31, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion heron/tools/admin/src/python/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
HELP_EPILOG = '''Getting more help:
heron help <command> Prints help and options for <command>

For detailed documentation, go to http://heronstreaming.io'''
For detailed documentation, go to https://heron.incubator.apache.org'''

# pylint: disable=protected-access,superfluous-parens
class _HelpAction(argparse._HelpAction):
Expand Down
2 changes: 1 addition & 1 deletion heron/tools/cli/src/python/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
HELP_EPILOG = '''Getting more help:
heron help <command> Prints help and options for <command>

For detailed documentation, go to http://heronstreaming.io'''
For detailed documentation, go to https://heron.incubator.apache.org'''


# pylint: disable=protected-access,superfluous-parens
Expand Down
2 changes: 1 addition & 1 deletion heron/tools/common/src/python/utils/heronparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
help_epilog = '''Getting more help:
heron help <command> Prints help and options for <command>

For detailed documentation, go to http://heronstreaming.io'''
For detailed documentation, go to https://heron.incubator.apache.org'''

class HeronArgumentParser(argparse.ArgumentParser):
"""
Expand Down
4 changes: 2 additions & 2 deletions heron/tools/explorer/src/python/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ def _format_action(self, action):
def create_parser():
""" create parser """
help_epilog = '''Getting more help:
heron-explorer help <command> Disply help and options for <command>\n
For detailed documentation, go to http://heronstreaming.io'''
heron-explorer help <command> Display help and options for <command>\n
For detailed documentation, go to https://heron.incubator.apache.org'''

parser = argparse.ArgumentParser(
prog='heron-explorer',
Expand Down
2 changes: 1 addition & 1 deletion heron/tools/ui/src/python/args.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def create_parsers():
:return:
'''
parser = argparse.ArgumentParser(
epilog='For detailed documentation, go to http://heronstreaming.io',
epilog='For detailed documentation, go to https://heron.incubator.apache.org',
usage="%(prog)s [options] [help]",
add_help=False)

Expand Down
2 changes: 1 addition & 1 deletion release/maven/heron-kafka.template.pom
Original file line number Diff line number Diff line change
Expand Up @@ -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>http://www.heronstreaming.io</url>
<url>https://heron.incubator.apache.org</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
Expand Down
2 changes: 1 addition & 1 deletion release/maven/heron-no-kryo.template.pom
Original file line number Diff line number Diff line change
Expand Up @@ -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>http://www.heronstreaming.io</url>
<url>https://heron.incubator.apache.org</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
Expand Down
2 changes: 1 addition & 1 deletion release/maven/heron-with-kryo.template.pom
Original file line number Diff line number Diff line change
Expand Up @@ -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>http://www.heronstreaming.io</url>
<url>https://heron.incubator.apache.org</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
Expand Down
2 changes: 1 addition & 1 deletion scripts/packages/template_bin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Heron self-extractable installer for client package

# Set help URL
getting_started_url=http://heronstreaming.io/docs/getting-started
getting_started_url=https://heron.incubator.apache.org/docs/getting-started-local-single-node/

# Installation and etc prefix can be overriden from command line
install_prefix=${1:-"/usr/local/heron"}
Expand Down
2 changes: 1 addition & 1 deletion scripts/packages/tests_template_bin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# used only for integration tests

# Set help URL
getting_started_url=http://heronstreaming.io/docs/getting-started
getting_started_url=https://heron.incubator.apache.org/docs/getting-started-local-single-node/

# Installation and etc prefix can be overriden from command line
install_prefix=${1:-"/usr/local/herontests"}
Expand Down
2 changes: 1 addition & 1 deletion website2/docs/getting-started-local-single-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ Available commands:
submit Submit a topology
version Print version of heron-cli

For detailed documentation, go to http://heronstreaming.io
For detailed documentation, go to https://heron.incubator.apache.org
```

To invoke help output for a command, run `heron help COMMAND`. Here's an
Expand Down
2 changes: 1 addition & 1 deletion website2/docs/user-manuals-heron-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Heron is now installed!

Make sure you have "/Users/$USER/bin" in your path.

See http://heronstreaming.io/docs/getting-started.html on how to use Heron!
See https://heron.incubator.apache.org/docs/getting-started-local-single-node/ on how to use Heron!

....
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ Available commands:
submit Submit a topology
version Print version of heron-cli

For detailed documentation, go to http://heronstreaming.io
For detailed documentation, go to https://heron.incubator.apache.org
```

To invoke help output for a command, run `heron help COMMAND`. Here's an
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Heron is now installed!

Make sure you have "/Users/$USER/bin" in your path.

See http://heronstreaming.io/docs/getting-started.html on how to use Heron!
See https://heron.incubator.apache.org/docs/getting-started-local-single-node/ on how to use Heron!

....
```
Expand Down