From 6ad1e45761d61dab5d3fb3db9495bf22b841c309 Mon Sep 17 00:00:00 2001 From: varac Date: Thu, 29 Jan 2015 11:58:41 +0100 Subject: fixed urls --- docs/platform/tutorials/single-node-email.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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 --------------------- -- cgit v1.2.3