Skip to content

Commit b64b54b

Browse files
authored
Update contributing.rst (#373)
Fix errors in setup docs
1 parent c52fa20 commit b64b54b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/source/developer/contributing.rst

+3-5
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,12 @@ Installing JupyterLab Real-Time Collaboration
3131

3232
The development version of the server requires `node <https://nodejs.org/en/download/>`_ and `pip <https://pip.pypa.io/en/stable/installing/>`_.
3333

34-
Once you have installed the dependencies mentioned above, use the following
35-
steps:
34+
Once you have installed the dependencies above, use the following steps:
3635

3736
.. code-block:: shell
3837
39-
pip install --upgrade pip
40-
git clone https://github.com/jupyterlab/jupyter_collaboration
41-
cd jupyter_collaboration
38+
git clone https://github.com/jupyterlab/jupyter-collaboration.git
39+
cd jupyter-collaboration
4240
# install monorepo
4341
pip install -e ".[dev,test]"
4442
# install local dependencies as editable

0 commit comments

Comments
 (0)