You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2020/12/24 14:09:28 UTC

[incubator-hop-docs] branch asf-site updated: fix typo's and wrong nav

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 ab2c1c9  fix typo's and wrong nav
     new d319939  Merge pull request #26 from hansva/release_docs
ab2c1c9 is described below

commit ab2c1c99bd0a25890188eb0ffc78804be62c5ad1
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Thu Dec 24 15:08:34 2020 +0100

    fix typo's and wrong nav
---
 hop-dev-manual/modules/ROOT/nav.adoc                      | 4 ++--
 hop-dev-manual/modules/ROOT/pages/creating-a-release.adoc | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/hop-dev-manual/modules/ROOT/nav.adoc b/hop-dev-manual/modules/ROOT/nav.adoc
index 8d890f1..b4ac1f6 100644
--- a/hop-dev-manual/modules/ROOT/nav.adoc
+++ b/hop-dev-manual/modules/ROOT/nav.adoc
@@ -4,7 +4,7 @@
 * xref:setup-dev-environment.adoc[Setting up your development environment]
 * xref:integration-testing.adoc[Integration testing]
 * xref:plugin-development.adoc[Plugins Development]
-* xref:creating-a-release.adoc[Creating a Release]
 ** xref:start-your-own-plugin.adoc[Creating your own plugin]
-* xref:webhop/index.adoc[Webhop]
+* xref:creating-a-release.adoc[Creating a Release]
+* xref:webhop/index.adoc[Hop Web]
 ** xref:webhop/developer-guide.adoc[Webhop Developer Guide]
\ No newline at end of file
diff --git a/hop-dev-manual/modules/ROOT/pages/creating-a-release.adoc b/hop-dev-manual/modules/ROOT/pages/creating-a-release.adoc
index 1660e99..252c685 100644
--- a/hop-dev-manual/modules/ROOT/pages/creating-a-release.adoc
+++ b/hop-dev-manual/modules/ROOT/pages/creating-a-release.adoc
@@ -156,7 +156,7 @@ To generate and publish a key follow these steps, it is recommended to use your
 ----
 gpg --gen-key
 gpg -k <username>@apache.org
-# get the ID from your piub
+# get the ID for your key
 gpg --send-keys --keyserver php.mit.edu <KEY ID>
 gpg --send-keys --keyserver keyserver.ubuntu.com <KEY ID>
 ----