aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorEiichi Tsukata <[email protected]>2013-12-12 18:41:17 +0900
committerEiichi Tsukata <[email protected]>2013-12-12 18:42:25 +0900
commit1182db69495ddcf1925ad30f2e820a259369f100 (patch)
tree46b804ac0a10e971b963ec65dfc667de0d7a6eab /examples
parent9f33a20d9425daf7491836e73f503c206cc170be (diff)
downloadcowboy-1182db69495ddcf1925ad30f2e820a259369f100.tar.gz
cowboy-1182db69495ddcf1925ad30f2e820a259369f100.tar.bz2
cowboy-1182db69495ddcf1925ad30f2e820a259369f100.zip
example: fix typo in doc http to https
ssl_hello_world_example uses https instead of http.
Diffstat (limited to 'examples')
-rw-r--r--examples/ssl_hello_world/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ssl_hello_world/README.md b/examples/ssl_hello_world/README.md
index 4de78e7..faffb54 100644
--- a/examples/ssl_hello_world/README.md
+++ b/examples/ssl_hello_world/README.md
@@ -15,7 +15,7 @@ To start the release in the foreground:
$ ./_rel/bin/ssl_hello_world_example console
```
-Then point your browser at [http://localhost:8443](http://localhost:8443).
+Then point your browser at [https://localhost:8443](https://localhost:8443).
You will need to temporarily trust the root certificate authority,
which can also be found in `priv/ssl/cowboy-ca.crt`.