You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by sh...@apache.org on 2020/06/12 14:14:02 UTC

[unomi] branch master updated: Fix typo in documentation

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

shuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git


The following commit(s) were added to refs/heads/master by this push:
     new 8b39add  Fix typo in documentation
8b39add is described below

commit 8b39addc284c8dde2e7cff9579b144a229b821fd
Author: Serge Huber <sh...@apache.org>
AuthorDate: Fri Jun 12 16:13:56 2020 +0200

    Fix typo in documentation
---
 manual/src/archives/1.5/asciidoc/samples/login-sample.adoc | 2 +-
 manual/src/main/asciidoc/samples/login-sample.adoc         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/manual/src/archives/1.5/asciidoc/samples/login-sample.adoc b/manual/src/archives/1.5/asciidoc/samples/login-sample.adoc
index 94065f3..60f9acf 100644
--- a/manual/src/archives/1.5/asciidoc/samples/login-sample.adoc
+++ b/manual/src/archives/1.5/asciidoc/samples/login-sample.adoc
@@ -36,7 +36,7 @@ Install the login samples using the following command:
 
 [source]
 ----
-bundle:install mvn:org.apache.unomi/login-integration-samples/${project.version}
+bundle:install mvn:org.apache.unomi/login-integration-sample/${project.version}
 ----
 
 when the bundle is successfully install you will get an bundle ID back we will call it BUNDLE_ID. 
diff --git a/manual/src/main/asciidoc/samples/login-sample.adoc b/manual/src/main/asciidoc/samples/login-sample.adoc
index 94065f3..60f9acf 100644
--- a/manual/src/main/asciidoc/samples/login-sample.adoc
+++ b/manual/src/main/asciidoc/samples/login-sample.adoc
@@ -36,7 +36,7 @@ Install the login samples using the following command:
 
 [source]
 ----
-bundle:install mvn:org.apache.unomi/login-integration-samples/${project.version}
+bundle:install mvn:org.apache.unomi/login-integration-sample/${project.version}
 ----
 
 when the bundle is successfully install you will get an bundle ID back we will call it BUNDLE_ID.