Browse Source

example: fix typo in doc http to https

ssl_hello_world_example uses https instead of http.
Eiichi Tsukata 11 years ago
parent
commit
1182db6949
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/ssl_hello_world/README.md

+ 1 - 1
examples/ssl_hello_world/README.md

@@ -15,7 +15,7 @@ To start the release in the foreground:
 $ ./_rel/bin/ssl_hello_world_example console
 $ ./_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,
 You will need to temporarily trust the root certificate authority,
 which can also be found in `priv/ssl/cowboy-ca.crt`.
 which can also be found in `priv/ssl/cowboy-ca.crt`.