This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-hop-docs.git
The following commit(s) were added to refs/heads/asf-site by this push:
new e4e137b HOP-2516 removed references to Project Hop
new 5d84647 Merge pull request #43 from bamaer/HOP-2516
e4e137b is described below
commit e4e137b328dd1c39e921a4590f0d1bdefb28ad09
Author: Bart Maertens <[email protected]>
AuthorDate: Wed Feb 10 22:25:11 2021 +0100
HOP-2516 removed references to Project Hop
---
hop-user-manual/modules/ROOT/pages/getting-started.adoc | 4 ++--
.../modules/ROOT/pages/hop-vs-kettle/if-you-know-kettle.adoc | 2 +-
hop-user-manual/modules/ROOT/pages/index.adoc | 2 +-
hop-user-manual/modules/ROOT/pages/plugins/projects/projects.adoc | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/hop-user-manual/modules/ROOT/pages/getting-started.adoc
b/hop-user-manual/modules/ROOT/pages/getting-started.adoc
index f07aa23..1d8f5fc 100644
--- a/hop-user-manual/modules/ROOT/pages/getting-started.adoc
+++ b/hop-user-manual/modules/ROOT/pages/getting-started.adoc
@@ -450,12 +450,12 @@ You'll get output that will be very similar to the one
below:
== Where to go from here?
-We'll be adding more documentation as we go, so keep an eye on the
https://www.project-hop.org[Project Hop] documentation section.
+We'll be adding more documentation as we go, so keep an eye on the
https://hop.apache.org/manual/latest/[Apache Hop (Incubating)] documentation
section.
A good place to start exploring is the detailed documentation for:
* https://hop.apache.org/manual/latest/plugins/actions.html[Workflow Actions]
* https://hop.apache.org/manual/latest/plugins/transforms.html[Pipeline
Transforms]
-NOTE: Project Hop considers high-quality documentation a very important part
of the project. Help us to improve by creating tickets for any documentation
errors, suggestions or feature requests in our
https://jira.project-hop.org[JIRA system].
+NOTE: Apache Hop (Incubating) considers high-quality documentation a very
important part of the project. Help us to improve by creating tickets for any
documentation errors, suggestions or feature requests in our
https://jira.project-hop.org[JIRA system].
diff --git
a/hop-user-manual/modules/ROOT/pages/hop-vs-kettle/if-you-know-kettle.adoc
b/hop-user-manual/modules/ROOT/pages/hop-vs-kettle/if-you-know-kettle.adoc
index b8c625c..6ccedc5 100644
--- a/hop-user-manual/modules/ROOT/pages/hop-vs-kettle/if-you-know-kettle.adoc
+++ b/hop-user-manual/modules/ROOT/pages/hop-vs-kettle/if-you-know-kettle.adoc
@@ -15,7 +15,7 @@ Check our https://hop.apache.org/docs/qa/[Q&A] for more
information on why Hop w
== Concepts
-A couple of things have been renamed to align Project Hop with modern data
processing platforms.
+A couple of things have been renamed to align Apache Hop (Incubating) with
modern data processing platforms.
**_A lot_** has changed behind the scenes, but don't worry, if you're familiar
with Kettle/PDI, you'll feel right at home immediately.
diff --git a/hop-user-manual/modules/ROOT/pages/index.adoc
b/hop-user-manual/modules/ROOT/pages/index.adoc
index fe06312..c6259c5 100644
--- a/hop-user-manual/modules/ROOT/pages/index.adoc
+++ b/hop-user-manual/modules/ROOT/pages/index.adoc
@@ -1,4 +1,4 @@
[[Index]]
= Index Page
-Welcome to the Project Hop documentation
\ No newline at end of file
+Welcome to the Apache Hop (Incubating) documentation
\ No newline at end of file
diff --git a/hop-user-manual/modules/ROOT/pages/plugins/projects/projects.adoc
b/hop-user-manual/modules/ROOT/pages/plugins/projects/projects.adoc
index 062d8da..0840492 100644
--- a/hop-user-manual/modules/ROOT/pages/plugins/projects/projects.adoc
+++ b/hop-user-manual/modules/ROOT/pages/plugins/projects/projects.adoc
@@ -270,7 +270,7 @@ $ sh hop-run.sh --project samples --file
'beam/pipelines/complex.hpl' --runconfi
To execute an Apache Beam pipeline a lot of information and metadata is
needed. Let's dive into a few fun information tidbits:
-* By referencing the ```samples``` project Hop knows where the project is
located (```config/projects/samples```)
+* By referencing the ```samples``` project, Hop knows where the project is
located (```config/projects/samples```)
* Since we know the location of the project, we can specify pipelines and
workflows with a relative path
* The project knows where its metadata is stored
(```config/projects/samples/metadata```) so it knows where to find the
```Direct``` pipeline run configuration
(```config/projects/samples/metadata/pipeline-run-configuration/Direct.json```)
* This run configuration defines its own pipeline engine specific variables,
in this case the output folder : ```DATA_OUTPUT=${PROJECT_HOME}/beam/output/```