summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2015-01-29 11:58:41 +0100
committervarac <varacanero@zeromail.org>2015-01-29 11:58:41 +0100
commit6ad1e45761d61dab5d3fb3db9495bf22b841c309 (patch)
tree15cb587b2c5043f576b32ba97c2e46637638f966
parent92b78882ab3d333d1e030e4d6b175570a9a0b80b (diff)
fixed urls
-rw-r--r--docs/platform/tutorials/single-node-email.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/platform/tutorials/single-node-email.md b/docs/platform/tutorials/single-node-email.md
index f43fb60..8e7ff50 100644
--- a/docs/platform/tutorials/single-node-email.md
+++ b/docs/platform/tutorials/single-node-email.md
@@ -139,7 +139,7 @@ The `leap new` command will ask you for several required values:
You could also have passed these configuration options on the command-line, like so:
- $ leap new --contacts your@email.here --domain leap.example.org --name Example --platform=~/leap/leap_platform .
+ $ leap new --contacts your@email.here --domain example.org --name Example --platform=~/leap/leap_platform .
You may want to poke around and see what is in the files we just created. For example:
@@ -278,7 +278,7 @@ Access the web application
In order to connect to the web application in your browser, you need to point your domain at the IP address of your new node.
-Next, you can connect to the web application either using a web browser or via the API using the LEAP client. To use a browser, connect to https://leap.example.org (replacing that with your domain). Your browser will complain about an untrusted cert, but for now just bypass this. From there, you should be able to register a new user and login.
+Next, you can connect to the web application either using a web browser or via the API using the LEAP client. To use a browser, connect to https://example.org (replacing that with your domain). Your browser will complain about an untrusted cert, but for now just bypass this. From there, you should be able to register a new user and login.
Testing with leap_cli
---------------------