Merge pull request #607 from Carreau/fix-bad-security-anchor-link

Fix bad anchor
This commit is contained in:
Min RK
2016-06-13 12:08:34 +02:00
committed by GitHub

View File

@@ -24,7 +24,7 @@ There are three main categories of processes run by the `jupyterhub` command lin
**IMPORTANT:** In its default configuration, JupyterHub requires SSL encryption (HTTPS) to run. **IMPORTANT:** In its default configuration, JupyterHub requires SSL encryption (HTTPS) to run.
**You should not run JupyterHub without SSL encryption on a public network.** **You should not run JupyterHub without SSL encryption on a public network.**
See [Security documentation](#Security) for how to configure JupyterHub to use SSL, and in See [Security documentation](#security) for how to configure JupyterHub to use SSL, and in
certain cases, e.g. behind SSL termination in nginx, allowing the hub to run with no SSL certain cases, e.g. behind SSL termination in nginx, allowing the hub to run with no SSL
by requiring `--no-ssl` (as of [version 0.5](./changelog.html)). by requiring `--no-ssl` (as of [version 0.5](./changelog.html)).