Skip to content

Commit

Permalink
Merge pull request #185 from plasmabio/fix-typo-in-contributing-doc
Browse files Browse the repository at this point in the history
Fix typo in contributing doc
  • Loading branch information
jtpio authored Jul 10, 2020
2 parents 0195552 + 4740a6d commit 7883a6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contributing/local.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------------------------------------
Expand All @@ -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 <https://localhost:8000>`_ in a web browser.
Open `http://localhost:8000 <http://localhost:8000>`_ in a web browser.

0 comments on commit 7883a6a

Please sign in to comment.