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

taybou 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 b721616  Fix URL for testing in twitter sample documentation (#234)
b721616 is described below

commit b7216160195fa22fc294ac3237fe10ebaa0c6437
Author: wmnedel <[email protected]>
AuthorDate: Thu Jan 7 06:07:31 2021 -0500

    Fix URL for testing in twitter sample documentation (#234)
---
 manual/src/archives/1.3/asciidoc/samples/twitter-sample.adoc | 4 ++--
 manual/src/archives/1.4/asciidoc/samples/twitter-sample.adoc | 4 ++--
 manual/src/archives/1.5/asciidoc/samples/twitter-sample.adoc | 4 ++--
 manual/src/main/asciidoc/samples/twitter-sample.adoc         | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/manual/src/archives/1.3/asciidoc/samples/twitter-sample.adoc 
b/manual/src/archives/1.3/asciidoc/samples/twitter-sample.adoc
index 0590606..e33c5bb 100644
--- a/manual/src/archives/1.3/asciidoc/samples/twitter-sample.adoc
+++ b/manual/src/archives/1.3/asciidoc/samples/twitter-sample.adoc
@@ -47,7 +47,7 @@ cp target/tweet-button-plugin-1.0.0-incubating-SNAPSHOT.jar 
../../package/target
 
 ===== Testing the samples
 
-You can now go to 
http://localhost:8181/index.html[http://localhost:8181/index.html] to test the 
samples code. The page is very simple, you will see a Twitter button, which, 
once clicked, will open a new window to tweet about the current page. The 
original page should be updated with the new values of the properties coming 
from Unomi. Additionnally, the raw JSON response is displayed.
+You can now go to 
http://localhost:8181/twitter/index.html[http://localhost:8181/twitter/index.html]
 to test the samples code. The page is very simple, you will see a Twitter 
button, which, once clicked, will open a new window to tweet about the current 
page. The original page should be updated with the new values of the properties 
coming from Unomi. Additionnally, the raw JSON response is displayed.
 
 We will now explain in greater details some concepts and see how the example 
works.
 
@@ -430,4 +430,4 @@ We have seen a simple example how to interact with Unomi 
using a combination of
 
 Here is an overview of how Unomi processes incoming requests to the 
`ContextServlet`.
 
-image::unomi-request.png[Unomi request overview]
\ No newline at end of file
+image::unomi-request.png[Unomi request overview]
diff --git a/manual/src/archives/1.4/asciidoc/samples/twitter-sample.adoc 
b/manual/src/archives/1.4/asciidoc/samples/twitter-sample.adoc
index ccd2828..09cac27 100644
--- a/manual/src/archives/1.4/asciidoc/samples/twitter-sample.adoc
+++ b/manual/src/archives/1.4/asciidoc/samples/twitter-sample.adoc
@@ -47,7 +47,7 @@ cp target/tweet-button-plugin-1.5.0-SNAPSHOT.jar 
../../package/target/unomi-1.5.
 
 ===== Testing the samples
 
-You can now go to 
http://localhost:8181/index.html[http://localhost:8181/index.html] to test the 
samples code. The page is very simple, you will see a Twitter button, which, 
once clicked, will open a new window to tweet about the current page. The 
original page should be updated with the new values of the properties coming 
from Unomi. Additionnally, the raw JSON response is displayed.
+You can now go to 
http://localhost:8181/twitter/index.html[http://localhost:8181/twitter/index.html]
 to test the samples code. The page is very simple, you will see a Twitter 
button, which, once clicked, will open a new window to tweet about the current 
page. The original page should be updated with the new values of the properties 
coming from Unomi. Additionnally, the raw JSON response is displayed.
 
 We will now explain in greater details some concepts and see how the example 
works.
 
@@ -430,4 +430,4 @@ We have seen a simple example how to interact with Unomi 
using a combination of
 
 Here is an overview of how Unomi processes incoming requests to the 
`ContextServlet`.
 
-image::unomi-request.png[Unomi request overview]
\ No newline at end of file
+image::unomi-request.png[Unomi request overview]
diff --git a/manual/src/archives/1.5/asciidoc/samples/twitter-sample.adoc 
b/manual/src/archives/1.5/asciidoc/samples/twitter-sample.adoc
index e6e59db..b0d6064 100644
--- a/manual/src/archives/1.5/asciidoc/samples/twitter-sample.adoc
+++ b/manual/src/archives/1.5/asciidoc/samples/twitter-sample.adoc
@@ -47,7 +47,7 @@ cp target/tweet-button-plugin-2.0.0-SNAPSHOT.jar 
../../package/target/unomi-2.0.
 
 ===== Testing the samples
 
-You can now go to 
http://localhost:8181/index.html[http://localhost:8181/index.html] to test the 
samples code. The page is very simple, you will see a Twitter button, which, 
once clicked, will open a new window to tweet about the current page. The 
original page should be updated with the new values of the properties coming 
from Unomi. Additionnally, the raw JSON response is displayed.
+You can now go to 
http://localhost:8181/twitter/index.html[http://localhost:8181/twitter/index.html]
 to test the samples code. The page is very simple, you will see a Twitter 
button, which, once clicked, will open a new window to tweet about the current 
page. The original page should be updated with the new values of the properties 
coming from Unomi. Additionnally, the raw JSON response is displayed.
 
 We will now explain in greater details some concepts and see how the example 
works.
 
@@ -430,4 +430,4 @@ We have seen a simple example how to interact with Unomi 
using a combination of
 
 Here is an overview of how Unomi processes incoming requests to the 
`ContextServlet`.
 
-image::unomi-request.png[Unomi request overview]
\ No newline at end of file
+image::unomi-request.png[Unomi request overview]
diff --git a/manual/src/main/asciidoc/samples/twitter-sample.adoc 
b/manual/src/main/asciidoc/samples/twitter-sample.adoc
index 4a9bab3..e1ab503 100644
--- a/manual/src/main/asciidoc/samples/twitter-sample.adoc
+++ b/manual/src/main/asciidoc/samples/twitter-sample.adoc
@@ -47,7 +47,7 @@ cp target/tweet-button-plugin-2.0.0-SNAPSHOT.jar 
../../package/target/unomi-2.0.
 
 ===== Testing the samples
 
-You can now go to 
http://localhost:8181/index.html[http://localhost:8181/index.html] to test the 
samples code. The page is very simple, you will see a Twitter button, which, 
once clicked, will open a new window to tweet about the current page. The 
original page should be updated with the new values of the properties coming 
from Unomi. Additionnally, the raw JSON response is displayed.
+You can now go to 
http://localhost:8181/twitter/index.html[http://localhost:8181/twitter/index.html]
 to test the samples code. The page is very simple, you will see a Twitter 
button, which, once clicked, will open a new window to tweet about the current 
page. The original page should be updated with the new values of the properties 
coming from Unomi. Additionnally, the raw JSON response is displayed.
 
 We will now explain in greater details some concepts and see how the example 
works.
 
@@ -597,4 +597,4 @@ We have seen a simple example how to interact with Unomi 
using a combination of
 
 Here is an overview of how Unomi processes incoming requests to the 
`ContextServlet`.
 
-image::unomi-request.png[Unomi request overview]
\ No newline at end of file
+image::unomi-request.png[Unomi request overview]

Reply via email to