Replace pointers to yuvipanda/ on github with jupyterhub/

This commit is contained in:
yuvipanda
2018-07-20 16:17:33 -07:00
parent b6d2aeb098
commit 5064979a57
8 changed files with 10 additions and 10 deletions

View File

@@ -33,7 +33,7 @@ Step 1: Installing The Littlest JupyterHub
.. code-block:: bash
#!/bin/bash
curl https://raw.githubusercontent.com/yuvipanda/the-littlest-jupyterhub/master/bootstrap/bootstrap.py \
curl https://raw.githubusercontent.com/jupyterhub/the-littlest-jupyterhub/master/bootstrap/bootstrap.py \
| sudo python3 - \
--admin <admin-user-name>

View File

@@ -60,7 +60,7 @@ Let's create the server on which we can run JupyterHub.
.. code-block:: bash
#!/bin/bash
curl https://raw.githubusercontent.com/yuvipanda/the-littlest-jupyterhub/master/bootstrap/bootstrap.py \
curl https://raw.githubusercontent.com/jupyterhub/the-littlest-jupyterhub/master/bootstrap/bootstrap.py \
| sudo python3 - \
--admin <admin-user-name>

View File

@@ -144,7 +144,7 @@ Let's create the server on which we can run JupyterHub.
.. code-block:: bash
#!/bin/bash
curl https://raw.githubusercontent.com/yuvipanda/the-littlest-jupyterhub/master/bootstrap/bootstrap.py \
curl https://raw.githubusercontent.com/jupyterhub/the-littlest-jupyterhub/master/bootstrap/bootstrap.py \
| sudo python3 - \
--admin <admin-user-name>

View File

@@ -81,7 +81,7 @@ Let's create the server on which we can run JupyterHub.
.. code-block:: bash
#!/bin/bash
curl https://raw.githubusercontent.com/yuvipanda/the-littlest-jupyterhub/master/bootstrap/bootstrap.py \
curl https://raw.githubusercontent.com/jupyterhub/the-littlest-jupyterhub/master/bootstrap/bootstrap.py \
| sudo python3 - \
--admin <admin-user-name>