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

Commit b16853b

Browse files
correcting heron urls (#3532)
* correcting heron urls * clean up
1 parent a7291ce commit b16853b

File tree

14 files changed

+15
-15
lines changed

14 files changed

+15
-15
lines changed

heron/tools/admin/src/python/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
HELP_EPILOG = '''Getting more help:
3535
heron help <command> Prints help and options for <command>
3636
37-
For detailed documentation, go to http://heronstreaming.io'''
37+
For detailed documentation, go to https://heron.incubator.apache.org'''
3838

3939
# pylint: disable=protected-access,superfluous-parens
4040
class _HelpAction(argparse._HelpAction):

heron/tools/cli/src/python/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
HELP_EPILOG = '''Getting more help:
5252
heron help <command> Prints help and options for <command>
5353
54-
For detailed documentation, go to http://heronstreaming.io'''
54+
For detailed documentation, go to https://heron.incubator.apache.org'''
5555

5656

5757
# pylint: disable=protected-access,superfluous-parens

heron/tools/common/src/python/utils/heronparser.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
help_epilog = '''Getting more help:
4545
heron help <command> Prints help and options for <command>
4646
47-
For detailed documentation, go to http://heronstreaming.io'''
47+
For detailed documentation, go to https://heron.incubator.apache.org'''
4848

4949
class HeronArgumentParser(argparse.ArgumentParser):
5050
"""

heron/tools/explorer/src/python/main.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ def _format_action(self, action):
5454
def create_parser():
5555
""" create parser """
5656
help_epilog = '''Getting more help:
57-
heron-explorer help <command> Disply help and options for <command>\n
58-
For detailed documentation, go to http://heronstreaming.io'''
57+
heron-explorer help <command> Display help and options for <command>\n
58+
For detailed documentation, go to https://heron.incubator.apache.org'''
5959

6060
parser = argparse.ArgumentParser(
6161
prog='heron-explorer',

heron/tools/ui/src/python/args.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def create_parsers():
102102
:return:
103103
'''
104104
parser = argparse.ArgumentParser(
105-
epilog='For detailed documentation, go to http://heronstreaming.io',
105+
epilog='For detailed documentation, go to https://heron.incubator.apache.org',
106106
usage="%(prog)s [options] [help]",
107107
add_help=False)
108108

release/maven/heron-kafka.template.pom

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
4141
<packaging>jar</packaging>
4242
<name>NAME</name>
4343
<description>DESCRIPTION</description>
44-
<url>http://www.heronstreaming.io</url>
44+
<url>https://heron.incubator.apache.org</url>
4545
<licenses>
4646
<license>
4747
<name>The Apache License, Version 2.0</name>

release/maven/heron-no-kryo.template.pom

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
2424
<packaging>jar</packaging>
2525
<name>NAME</name>
2626
<description>DESCRIPTION</description>
27-
<url>http://www.heronstreaming.io</url>
27+
<url>https://heron.incubator.apache.org</url>
2828
<licenses>
2929
<license>
3030
<name>The Apache License, Version 2.0</name>

release/maven/heron-with-kryo.template.pom

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
2424
<packaging>jar</packaging>
2525
<name>NAME</name>
2626
<description>DESCRIPTION</description>
27-
<url>http://www.heronstreaming.io</url>
27+
<url>https://heron.incubator.apache.org</url>
2828
<licenses>
2929
<license>
3030
<name>The Apache License, Version 2.0</name>

scripts/packages/template_bin.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Heron self-extractable installer for client package
1616

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

2020
# Installation and etc prefix can be overriden from command line
2121
install_prefix=${1:-"/usr/local/heron"}

scripts/packages/tests_template_bin.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# used only for integration tests
1717

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

2121
# Installation and etc prefix can be overriden from command line
2222
install_prefix=${1:-"/usr/local/herontests"}

website2/docs/getting-started-local-single-node.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ Available commands:
214214
submit Submit a topology
215215
version Print version of heron-cli
216216

217-
For detailed documentation, go to http://heronstreaming.io
217+
For detailed documentation, go to https://heron.incubator.apache.org
218218
```
219219

220220
To invoke help output for a command, run `heron help COMMAND`. Here's an

website2/docs/user-manuals-heron-cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Heron is now installed!
4242

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

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

4747
....
4848
```

website2/website/versioned_docs/version-0.20.0-incubating/getting-started-local-single-node.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Available commands:
215215
submit Submit a topology
216216
version Print version of heron-cli
217217

218-
For detailed documentation, go to http://heronstreaming.io
218+
For detailed documentation, go to https://heron.incubator.apache.org
219219
```
220220

221221
To invoke help output for a command, run `heron help COMMAND`. Here's an

website2/website/versioned_docs/version-0.20.0-incubating/user-manuals-heron-cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Heron is now installed!
4343

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

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

4848
....
4949
```

0 commit comments

Comments
 (0)