diff --git a/docs/contributing/local.rst b/docs/contributing/local.rst index 5cafad8..4f9bd45 100644 --- a/docs/contributing/local.rst +++ b/docs/contributing/local.rst @@ -48,7 +48,7 @@ User environments are built with ``repo2docker`` running in a Docker container. .. code-block:: bash - docker pull jupyter/repo2docker + docker pull jupyter/repo2docker:master Create a config file for the group list --------------------------------------- @@ -72,4 +72,4 @@ Finally, start ``jupyterhub`` with the config in ``debug`` mode: python3 -m jupyterhub -f jupyterhub_config.py --debug -Open `https://localhost:8000 `_ in a web browser. +Open `http://localhost:8000 `_ in a web browser.