From 4740a6dd21130b308697f86cb010d65565c4fc15 Mon Sep 17 00:00:00 2001 From: Pierre Poulain Date: Fri, 10 Jul 2020 17:02:13 +0200 Subject: [PATCH] Fix typo in contributing doc --- docs/contributing/local.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.