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

mcasters pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-hop-docs.git

commit eafe2e268c893f842ed1277447ed37ba1654a039
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Fri Nov 13 19:49:11 2020 +0100

    HOP-2121: update URLs
---
 README.md                                                    |  4 ++--
 hop-dev-manual/modules/.asciidoctor/pom.xml                  |  2 +-
 hop-tech-manual/README.md                                    |  2 +-
 hop-tech-manual/modules/.asciidoctor/pom.xml                 |  2 +-
 hop-tech-manual/pom.xml                                      |  2 +-
 hop-user-manual/README.md                                    |  2 +-
 hop-user-manual/modules/.asciidoctor/pages/index.adoc        |  4 ++--
 hop-user-manual/modules/.asciidoctor/pom.xml                 |  2 +-
 hop-user-manual/modules/ROOT/pages/getting-started.adoc      |  8 ++++----
 hop-user-manual/modules/ROOT/pages/hop-gui/index.adoc        | 12 ++++++------
 .../ROOT/pages/hop-gui/pipelines/create-pipeline.adoc        |  6 +++---
 .../modules/ROOT/pages/hop-gui/pipelines/pipelines.adoc      | 10 +++++-----
 .../modules/ROOT/pages/hop-gui/workflows/workflows.adoc      |  6 +++---
 hop-user-manual/modules/ROOT/pages/hop-gui/workitems.adoc    |  2 +-
 hop-user-manual/modules/ROOT/pages/hop-run/index.adoc        |  4 ++--
 hop-user-manual/modules/ROOT/pages/hop-server/index.adoc     |  2 +-
 .../modules/ROOT/pages/hop-vs-kettle/if-you-know-kettle.adoc | 10 +++++-----
 hop-user-manual/pom.xml                                      |  2 +-
 18 files changed, 41 insertions(+), 41 deletions(-)

diff --git a/README.md b/README.md
index a339742..1b66b20 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ For the website build Antora is used to generate the 
documents.
 We also generate a pdf-book using a Asciidoctor maven project.
 
 ## Website
-The content in this repository is used to generate the website [User 
Manual](https://www.project-hop.org/manual/latest/) and [Technical 
Documentation](https://www.project-hop.org/tech-manual/latest/) each commit in 
master triggers a jenkins build that pushes the latest changes to the website. 
Testing the website version before deployment is currently not possible
+The content in this repository is used to generate the website [User 
Manual](https://hop.apache.org/manual/latest/) and [Technical 
Documentation](https://hop.apache.org/tech-manual/latest/) each commit in 
master triggers a jenkins build that pushes the latest changes to the website. 
Testing the website version before deployment is currently not possible
 
 ## PDF Book
 The same content is used to generate a book version of the manual that can be 
downloaded or distributed with the installation of hop (currently under 
discussion)
@@ -76,4 +76,4 @@ When creating a new page following must be taken into account:
 * add your new page to asciidoctor index.adoc
 * when using xref to link to other Antora pages add a tag website-links[]
 
-For more information take a look at our [Contribution 
Guide](https://www.project-hop.org/community/contributing/) or feel free to ask 
us question on our [Chat](https://chat.project-hop.org)
\ No newline at end of file
+For more information take a look at our [Contribution 
Guide](https://hop.apache.org/community/contributing/) or feel free to ask us 
question on our [Chat](https://chat.project-hop.org)
\ No newline at end of file
diff --git a/hop-dev-manual/modules/.asciidoctor/pom.xml 
b/hop-dev-manual/modules/.asciidoctor/pom.xml
index 3172828..771e6f8 100644
--- a/hop-dev-manual/modules/.asciidoctor/pom.xml
+++ b/hop-dev-manual/modules/.asciidoctor/pom.xml
@@ -18,7 +18,7 @@
     <name>Hop Development Manual</name>
     <description></description>
     <packaging>pom</packaging>
-    <url>http://project-hop.org</url>
+    <url>https://hop.apache.org</url>
 
     <properties>
         <output.filename>hop-dev-manual</output.filename>
diff --git a/hop-tech-manual/README.md b/hop-tech-manual/README.md
index 1677522..28a2fd5 100644
--- a/hop-tech-manual/README.md
+++ b/hop-tech-manual/README.md
@@ -1,5 +1,5 @@
 # Hop Technical manual
-The asciidoc documents in this repository are used to generate the 
documentation that is available on the hop 
[website](https://www.project-hop.org/technical/latest)
+The asciidoc documents in this repository are used to generate the 
documentation that is available on the hop 
[website](https://hop.apache.org/technical/latest)
 
 ## Contributing
 To contribute to this documentation create a pull request adding new content 
to the existing pages or add new pages to the repoitory.
diff --git a/hop-tech-manual/modules/.asciidoctor/pom.xml 
b/hop-tech-manual/modules/.asciidoctor/pom.xml
index 5c75107..d149b66 100644
--- a/hop-tech-manual/modules/.asciidoctor/pom.xml
+++ b/hop-tech-manual/modules/.asciidoctor/pom.xml
@@ -18,7 +18,7 @@
     <name>Hop Technical Manual</name>
     <description></description>
     <packaging>pom</packaging>
-    <url>http://project-hop.org</url>
+    <url>https://hop.apache.org</url>
 
     <properties>
         <output.filename>hop-tech-manual</output.filename>
diff --git a/hop-tech-manual/pom.xml b/hop-tech-manual/pom.xml
index 7bce206..7bd2a39 100644
--- a/hop-tech-manual/pom.xml
+++ b/hop-tech-manual/pom.xml
@@ -18,7 +18,7 @@
     <name>Hop Technical Manual Wrapper</name>
     <description></description>
     <packaging>pom</packaging>
-    <url>http://project-hop.org</url>
+    <url>https://hop.apache.org</url>
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/hop-user-manual/README.md b/hop-user-manual/README.md
index 230d699..cdb66c2 100644
--- a/hop-user-manual/README.md
+++ b/hop-user-manual/README.md
@@ -1,5 +1,5 @@
 # Hop user manual
-The asciidoc documents in this repository are used to generate the 
documentation that is available on the hop 
[website](https://www.project-hop.org/manual/latest)
+The asciidoc documents in this repository are used to generate the 
documentation that is available on the hop 
[website](https://hop.apache.org/manual/latest)
 
 ## Contributing
 To contribute to this documentation create a pull request adding new content 
to the existing pages or add new pages to the repoitory.
diff --git a/hop-user-manual/modules/.asciidoctor/pages/index.adoc 
b/hop-user-manual/modules/.asciidoctor/pages/index.adoc
index 37e911b..0fc9192 100644
--- a/hop-user-manual/modules/.asciidoctor/pages/index.adoc
+++ b/hop-user-manual/modules/.asciidoctor/pages/index.adoc
@@ -13,7 +13,7 @@
 
 = Hop User Manual
 
-Website Generated using the online version of the documentation, this 
documentation can be found http://www.project-hop.org/manual/latest/[here]
+Website Generated using the online version of the documentation, this 
documentation can be found https://hop.apache.org/manual/latest/[here]
 
 //::=START AUTO GENERATED LINKS
 include::{sourcepath}/getting-started.adoc[leveloffset=+0]
@@ -306,4 +306,4 @@ include::{sourcepath}/faq/faq.adoc[leveloffset=+0]
 include::{sourcepath}/image-testpage.adoc[leveloffset=+0]
 //::=END AUTO GENERATED LINKS
 
-Website Generated using the online version of the documentation, this 
documentation can be found http://www.project-hop.org/manual/latest/[here]
+Website Generated using the online version of the documentation, this 
documentation can be found https://hop.apache.org/manual/latest/[here]
diff --git a/hop-user-manual/modules/.asciidoctor/pom.xml 
b/hop-user-manual/modules/.asciidoctor/pom.xml
index 8b2538d..6347949 100644
--- a/hop-user-manual/modules/.asciidoctor/pom.xml
+++ b/hop-user-manual/modules/.asciidoctor/pom.xml
@@ -18,7 +18,7 @@
     <name>Hop User Manual</name>
     <description></description>
     <packaging>pom</packaging>
-    <url>http://project-hop.org</url>
+    <url>https://hop.apache.org</url>
 
     <properties>
         <output.filename>hop-user-manual</output.filename>
diff --git a/hop-user-manual/modules/ROOT/pages/getting-started.adoc 
b/hop-user-manual/modules/ROOT/pages/getting-started.adoc
index 3867830..c30b6bc 100644
--- a/hop-user-manual/modules/ROOT/pages/getting-started.adoc
+++ b/hop-user-manual/modules/ROOT/pages/getting-started.adoc
@@ -5,7 +5,7 @@
 
 
 == Getting Started with Hop
-* https://www.project-hop.org/download/download/[Download] a recent Hop build.
+* https://hop.apache.org/download/download/[Download] a recent Hop build.
 * unzip hop to a local directory
 * change to the hop directory
 
@@ -225,7 +225,7 @@ 
image::getting-started/getting-started-debug-pipeline.png[Hop - Preview Transfor
 
 You'll be presented with the dialog below. You'll recognize this dialog from 
the 'preview' we just did, but instead, the 'Retrieve first rows (preview)' 
option is now unchecked, and 'Pause pipeline on condition' is checked.
 
-In the 'Break-point / pause condition' below that option, you can specify on 
which condition you want to debug. This dialog is the same as the 
http://www.project-hop.org/manual/latest/plugins/transforms/filterrows.html[Filter
 Rows] transform.
+In the 'Break-point / pause condition' below that option, you can specify on 
which condition you want to debug. This dialog is the same as the 
https://hop.apache.org/manual/latest/plugins/transforms/filterrows.html[Filter 
Rows] transform.
 
 In our very basic example, we've set a breakpoint on 'valuename > 5'.
 
@@ -454,8 +454,8 @@ We'll be adding more documentation as we go, so keep an eye 
on the https://www.p
 
 A good place to start exploring is the detailed documentation for:
 
-* http://www.project-hop.org/manual/latest/plugins/actions.html[Workflow 
Actions]
-* http://www.project-hop.org/manual/latest/plugins/transforms.html[Pipeline 
Transforms]
+* 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].
 
diff --git a/hop-user-manual/modules/ROOT/pages/hop-gui/index.adoc 
b/hop-user-manual/modules/ROOT/pages/hop-gui/index.adoc
index 71ce6d4..5e85d6d 100644
--- a/hop-user-manual/modules/ROOT/pages/hop-gui/index.adoc
+++ b/hop-user-manual/modules/ROOT/pages/hop-gui/index.adoc
@@ -2,15 +2,15 @@
 
 = Hop Gui
 
-== https://www.project-hop.org/manual/latest/hop-gui/workitems.html[Work Items]
+== https://hop.apache.org/manual/latest/hop-gui/workitems.html[Work Items]
 
 Work items are the building blocks for the start of your Hop journey. 
Different work items exist and can be used in the Hop environment. They are 
described in this section and in more detail in the specific Pipeline and 
Workflow sections. 
 
-== 
https://www.project-hop.org/manual/latest/hop-gui/pipelines/pipelines.html[Pipelines]
+== 
https://hop.apache.org/manual/latest/hop-gui/pipelines/pipelines.html[Pipelines]
 
 Pipelines are a main concept in Hop. A pipeline is a more granular item of 
work. The actual work is done in a Pipeline. Following sections describe the 
basic concepts of Pipelines.
 
-== 
https://www.project-hop.org/manual/latest/hop-gui/workflows/workflows.html[Workflows]
+== 
https://hop.apache.org/manual/latest/hop-gui/workflows/workflows.html[Workflows]
 
 Workflows perform a variety of actions between a starting point and one or 
more endpoints. Following sections describe the basic concepts of Workflows.
 
@@ -18,11 +18,11 @@ Workflows perform a variety of actions between a starting 
point and one or more
 
 This section describes Logging and Monitoring for Hop and how to implement it 
on different levels.
 
-== 
https://www.project-hop.org/manual/latest/hop-gui/environments/environments.html[Hop
 Environments]
+== 
https://hop.apache.org/manual/latest/hop-gui/environments/environments.html[Hop 
Environments]
 
 Hop Environments offer the possibility to manage different environments with 
specific configurations and variables. This section will describe the managing 
and use of Hop Environments
 
-== 
https://www.project-hop.org/manual/latest/hop-gui/variables/variables.html[Variables]
+== 
https://hop.apache.org/manual/latest/hop-gui/variables/variables.html[Variables]
 
 Variables provide a way to create a dynamic Hop solution. This section 
describes how they can be used and configured.
 
@@ -34,6 +34,6 @@ Hop can be connected to your Git Repository, this section 
will explain more into
 
 The metastore browser contains all objects in one location. This section 
handles the metastore browser and the editors of the metastore elements.
 
-== https://www.project-hop.org/manual/latest/hop-gui/shortcuts.html[Hop 
Shortcuts]
+== https://hop.apache.org/manual/latest/hop-gui/shortcuts.html[Hop Shortcuts]
 
 Hop contains a lot of keyboard shortcuts to provide an alternative way to do 
something that you’d typically do with a mouse. The section below contains a 
list of shortcuts and their actions.
\ No newline at end of file
diff --git 
a/hop-user-manual/modules/ROOT/pages/hop-gui/pipelines/create-pipeline.adoc 
b/hop-user-manual/modules/ROOT/pages/hop-gui/pipelines/create-pipeline.adoc
index 6f08f66..6d045d1 100644
--- a/hop-user-manual/modules/ROOT/pages/hop-gui/pipelines/create-pipeline.adoc
+++ b/hop-user-manual/modules/ROOT/pages/hop-gui/pipelines/create-pipeline.adoc
@@ -2,7 +2,7 @@
 :imagesdir: ../assets/images
 = Create a Pipeline
 
-TODO: this content is based on the 
https://www.project-hop.org/manual/latest/getting-started.html[Getting Started 
Guide]. Elaborate more.
+TODO: this content is based on the 
https://hop.apache.org/manual/latest/getting-started.html[Getting Started 
Guide]. Elaborate more.
 
 Pipelines are the fundamentals of your project. A pipeline contains operations 
executed in a predefined order. Pipelines consist of a chain of transforms that 
read, process or write data. The image below shows a simple pipeline that reads 
data from a table, adds a message to the data and sends out an email.
 
@@ -22,7 +22,7 @@ Hops can be disabled by clicking on them, or through 
right-click -> disable.
 
 == Creation
 
-Create a new pipeline through the 
https://www.project-hop.org/manual/latest/hop-gui/workitems.html[New Work Item] 
dialog. You'll be presented with the dialog shown below.
+Create a new pipeline through the 
https://hop.apache.org/manual/latest/hop-gui/workitems.html[New Work Item] 
dialog. You'll be presented with the dialog shown below.
 
 image::hop-gui/pipeline/new-pipeline.png[Hop - New Pipeline, 75%, align="left"]
 
@@ -39,7 +39,7 @@ Once you've found the transform you're looking for, click on 
it to add it to you
 Repeat this step now or whenever you want to add more transforms to your 
pipeline.
 Once you've added a transform to your pipeline, you can drag to reposition it.
 
-Check the 
https://www.project-hop.org/manual/latest/plugins/transforms.html[list] of 
transforms to add to your pipeline for more details.
+Check the https://hop.apache.org/manual/latest/plugins/transforms.html[list] 
of transforms to add to your pipeline for more details.
 
 
 image::getting-started/getting-started-add-transform.png[Hop - Add Transform, 
75% , align="left"]
diff --git 
a/hop-user-manual/modules/ROOT/pages/hop-gui/pipelines/pipelines.adoc 
b/hop-user-manual/modules/ROOT/pages/hop-gui/pipelines/pipelines.adoc
index ea4b577..c86dbc3 100644
--- a/hop-user-manual/modules/ROOT/pages/hop-gui/pipelines/pipelines.adoc
+++ b/hop-user-manual/modules/ROOT/pages/hop-gui/pipelines/pipelines.adoc
@@ -3,8 +3,8 @@
 
 = Pipelines
 
-* 
https://www.project-hop.org/manual/latest/hop-gui/pipelines/hop-pipeline-editor.html[Pipeline
 Editor]
-* 
https://www.project-hop.org/manual/latest/hop-gui/pipelines/create-pipeline.html[Create
 a Pipeline]
-* 
https://www.project-hop.org/manual/latest/hop-gui/pipelines/run-preview-debug-pipeline.html[Run,
 Preview and Debug a Pipeline]
-* 
https://www.project-hop.org/manual/latest/hop-gui/pipelines/pipeline-run-configurations/pipeline-run-configurations.html[Pipeline
 Run Configurations]
-* 
https://www.project-hop.org/manual/latest/hop-gui/pipelines/metadata-injection.html[Metadata
 Injection]
\ No newline at end of file
+* 
https://hop.apache.org/manual/latest/hop-gui/pipelines/hop-pipeline-editor.html[Pipeline
 Editor]
+* 
https://hop.apache.org/manual/latest/hop-gui/pipelines/create-pipeline.html[Create
 a Pipeline]
+* 
https://hop.apache.org/manual/latest/hop-gui/pipelines/run-preview-debug-pipeline.html[Run,
 Preview and Debug a Pipeline]
+* 
https://hop.apache.org/manual/latest/hop-gui/pipelines/pipeline-run-configurations/pipeline-run-configurations.html[Pipeline
 Run Configurations]
+* 
https://hop.apache.org/manual/latest/hop-gui/pipelines/metadata-injection.html[Metadata
 Injection]
\ No newline at end of file
diff --git 
a/hop-user-manual/modules/ROOT/pages/hop-gui/workflows/workflows.adoc 
b/hop-user-manual/modules/ROOT/pages/hop-gui/workflows/workflows.adoc
index 3973b0b..e137c94 100644
--- a/hop-user-manual/modules/ROOT/pages/hop-gui/workflows/workflows.adoc
+++ b/hop-user-manual/modules/ROOT/pages/hop-gui/workflows/workflows.adoc
@@ -3,6 +3,6 @@
 
 = Workflows
 
-* 
https://www.project-hop.org/manual/latest/hop-gui/workflows/create-workflow.html[Create
 a Workflow]
-* 
https://www.project-hop.org/manual/latest/hop-gui/workflows/run-debug-workflow.html[Run
 and Debug a Workflow]
-* 
https://www.project-hop.org/manual/latest/hop-gui/workflows/workflow-run-configurations/workflow-run-configurations.html[Workflow
 Run Configurations]
\ No newline at end of file
+* 
https://hop.apache.org/manual/latest/hop-gui/workflows/create-workflow.html[Create
 a Workflow]
+* 
https://hop.apache.org/manual/latest/hop-gui/workflows/run-debug-workflow.html[Run
 and Debug a Workflow]
+* 
https://hop.apache.org/manual/latest/hop-gui/workflows/workflow-run-configurations/workflow-run-configurations.html[Workflow
 Run Configurations]
\ No newline at end of file
diff --git a/hop-user-manual/modules/ROOT/pages/hop-gui/workitems.adoc 
b/hop-user-manual/modules/ROOT/pages/hop-gui/workitems.adoc
index 7893a8d..6bf13b4 100644
--- a/hop-user-manual/modules/ROOT/pages/hop-gui/workitems.adoc
+++ b/hop-user-manual/modules/ROOT/pages/hop-gui/workitems.adoc
@@ -18,7 +18,7 @@ The work items you can create from this dialog are:
 * Beam File Definition
 * Data Set
 * Git Repository
-* https://www.project-hop.org/manual/latest/hop-server/index.html[Hop Server]
+* https://hop.apache.org/manual/latest/hop-server/index.html[Hop Server]
 * Partition Schema
 * Pipeline
 * Pipeline Run Configuration
diff --git a/hop-user-manual/modules/ROOT/pages/hop-run/index.adoc 
b/hop-user-manual/modules/ROOT/pages/hop-run/index.adoc
index 622c07d..bf6e4c8 100644
--- a/hop-user-manual/modules/ROOT/pages/hop-run/index.adoc
+++ b/hop-user-manual/modules/ROOT/pages/hop-run/index.adoc
@@ -25,13 +25,13 @@ The available options are listed in more detail in the 
table below:
 [width="90%", options="header"]
 |===
 |Short|Extended|Description
-|e|environment|The name of the environment to use. Check the 
https://www.project-hop.org/manual/latest/hop-gui/environments/environments.html[documentation
 on environments] for more details.
+|e|environment|The name of the environment to use. Check the 
https://hop.apache.org/manual/latest/hop-gui/environments/environments.html[documentation
 on environments] for more details.
 |f|file|The filename of the workflow or pipeline to run
 |h|help|Displays this help message and quits.
 |l|level|The debug level, one of NONE, MINIMAL, BASIC, DETAILED, DEBUG, 
ROWLEVEL
 |o|printoptions|Print the used options
 |p|parameters|A comma separated list of PARAMETER=VALUE pairs
-|r|runconfig|The name of the Run Configuration to use. Check the 
https://www.project-hop.org/manual/latest/hop-gui/run-configurations/run-configurations.html[documentation
 on run configurations] for more details.
+|r|runconfig|The name of the Run Configuration to use. Check the 
https://hop.apache.org/manual/latest/hop-gui/run-configurations/run-configurations.html[documentation
 on run configurations] for more details.
 |s|system-properties|A comma separated list of KEY=VALUE pairs
 |===
 
diff --git a/hop-user-manual/modules/ROOT/pages/hop-server/index.adoc 
b/hop-user-manual/modules/ROOT/pages/hop-server/index.adoc
index 6c1b795..ee5a9f9 100644
--- a/hop-user-manual/modules/ROOT/pages/hop-server/index.adoc
+++ b/hop-user-manual/modules/ROOT/pages/hop-server/index.adoc
@@ -3,7 +3,7 @@
 
 = Hop Server
 
-Hop Server is a lightweight, Jetty-based server for 
https://www.project-hop.org/manual/latest/hop-gui/run-configurations/pipeline/remote-pipeline-engine.html[remote
 execution] of workflows and pipelines.
+Hop Server is a lightweight, Jetty-based server for 
https://hop.apache.org/manual/latest/hop-gui/run-configurations/pipeline/remote-pipeline-engine.html[remote
 execution] of workflows and pipelines.
 
 Except for remote execution, Hop Server can also be accessed directly through 
a number of REST services.
 
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 d8fe5f5..b8c625c 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
@@ -11,7 +11,7 @@ We want Hop to be completely open source, and are eager to 
hear your feedback on
 
 As an open source first project, we'll start the 
https://www.apache.org/[Apache Software Foundation] 
https://incubator.apache.org/[incubation] process soon, and aim to become and 
ASF https://projects.apache.org/[top level project] as soon as possible.
 
-Check our http://www.project-hop.org/docs/qa/[Q&A] for more information on why 
Hop was created and what the project is all about.
+Check our https://hop.apache.org/docs/qa/[Q&A] for more information on why Hop 
was created and what the project is all about.
 
 == Concepts
 
@@ -22,17 +22,17 @@ A couple of things have been renamed to align Project Hop 
with modern data proce
 [width="85%", cols="20%, 20%, 60%", options="header"]
 |===
 |Kettle|Hop|Difference
-|Spoon|Hop Gui|Spoon has been abandoned. Hop Gui was written from scratch. 
Check the 
https://www.project-hop.org/manual/latest/getting-started.html[Getting Started 
guide] or the https://www.project-hop.org/manual/latest/hop-gui/index.html[Hop 
Gui docs] to find out more.
+|Spoon|Hop Gui|Spoon has been abandoned. Hop Gui was written from scratch. 
Check the https://hop.apache.org/manual/latest/getting-started.html[Getting 
Started guide] or the 
https://hop.apache.org/manual/latest/hop-gui/index.html[Hop Gui docs] to find 
out more.
 |Transformation|Pipeline|No conceptual changes. You'll develop pipelines just 
like you would develop a transformation, but a pipeline in Hop can run on 
different runtimes
 |Workflow|Job|No conceptual changes. You'll develop a workflow just like you 
would develop a job, but a workflow in Hop can run on different runtimes
 |Step|Transform|No conceptual changes. The underlying code has changed and the 
dialogs have been updated, but you'll feel right at home.
 |Job Entry|Action|No conceptual changes. The underlying code has changed and 
the dialogs have been updated, but you'll feel right at home.
 |Metastore|Metadata|All metadata objects in Hop are stored as metadata. This 
happens behind the scenes. Except for increased usability, as a Hop developer, 
you'll hardly notice.
-|Carte|Hop Server|Again, smooth sailing. A lot has changed behind the scenes, 
but you'll hardly notice. Check the 
https://www.project-hop.org/manual/latest/hop-server/index.html[docs]
-|Pan/Kitchen/(Maitre)|Hop Run|Kitchen and Pan depended on the Spoon GUI code. 
With the rewrite of Spoon to Hop Gui, we've recreated the command line tools. 
We believe this now is more consistent while providing more options and being 
easier to use at the same time. Check the 
https://www.project-hop.org/manual/latest/hop-run/index.html[docs]
+|Carte|Hop Server|Again, smooth sailing. A lot has changed behind the scenes, 
but you'll hardly notice. Check the 
https://hop.apache.org/manual/latest/hop-server/index.html[docs]
+|Pan/Kitchen/(Maitre)|Hop Run|Kitchen and Pan depended on the Spoon GUI code. 
With the rewrite of Spoon to Hop Gui, we've recreated the command line tools. 
We believe this now is more consistent while providing more options and being 
easier to use at the same time. Check the 
https://hop.apache.org/manual/latest/hop-run/index.html[docs]
 |JNDI|gone|jndi in Kettle/PDI is based on an open source project that hasn't 
been updated in about a decade. As there was no reason to keep this 
functionality in Hop, it was abandoned.
 |Repositories|gone|Code repositories belong in a VCS these days. We've 
abandoned the file and database (and PDI EE repositories) repositories, but 
implemented Git integration instead.
-|-|Projects, Environments, Run Config|The 
https://github.com/mattcasters/kettle-environment[Kettle Environments Plugin] 
has been integrated and significantly extended. Hop now has integrated 
functionality to support your projects, environments and run configurations. 
Check the 
https://www.project-hop.org/manual/latest/hop-gui/environments/environments.html[docs].
+|-|Projects, Environments, Run Config|The 
https://github.com/mattcasters/kettle-environment[Kettle Environments Plugin] 
has been integrated and significantly extended. Hop now has integrated 
functionality to support your projects, environments and run configurations. 
Check the 
https://hop.apache.org/manual/latest/hop-gui/environments/environments.html[docs].
 |-|Hop Config|This is a new command line tool to configure your projects, 
environments and run configurations.
 |===
 
diff --git a/hop-user-manual/pom.xml b/hop-user-manual/pom.xml
index 6e7b3fa..88564ee 100644
--- a/hop-user-manual/pom.xml
+++ b/hop-user-manual/pom.xml
@@ -18,7 +18,7 @@
     <name>Hop User Manual Wrapper</name>
     <description></description>
     <packaging>pom</packaging>
-    <url>http://project-hop.org</url>
+    <url>https://hop.apache.org</url>
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Reply via email to