Repository: incubator-unomi
Updated Branches:
  refs/heads/master 875b6eb54 -> 2c34b5f62


UNOMI-115 Error in Documentation - Step 6: Five Minute Quick Start
- Correct URL to replace session with sessionId

Signed-off-by: Serge Huber <shu...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/2c34b5f6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/2c34b5f6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/2c34b5f6

Branch: refs/heads/master
Commit: 2c34b5f62cc77c5fed4d5a36ca66239cfa9a6053
Parents: 875b6eb
Author: Serge Huber <shu...@apache.org>
Authored: Thu Jul 13 17:23:28 2017 +0200
Committer: Serge Huber <shu...@apache.org>
Committed: Thu Jul 13 17:23:39 2017 +0200

----------------------------------------------------------------------
 src/site/markdown/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/2c34b5f6/src/site/markdown/index.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md
index 2be4fe2..1215a61 100644
--- a/src/site/markdown/index.md
+++ b/src/site/markdown/index.md
@@ -77,7 +77,7 @@ All communication is done using HTTP REST requests and JSON 
data formats.
 3. Start it using : `./bin/karaf`
 4. Wait for startup to complete
 5. Try accessing 
[https://localhost:9443/cxs/cluster](https://localhost:9443/cxs/cluster) with 
username/password: karaf/karaf . You might get a certificate warning in your 
browser, just accept it despite the warning it is safe.
-6. Request your first context by simply accessing : 
[http://localhost:8181/context.js?session=1234](http://localhost:8181/context.js?session=1234)
+6. Request your first context by simply accessing : 
[http://localhost:8181/context.js?sessionId=1234](http://localhost:8181/context.js?sessionId=1234)
 
 ### News
 

Reply via email to