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

@@ -7,7 +7,7 @@ is executed as:
.. code-block:: 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 - \
<parameters>
@@ -24,7 +24,7 @@ would do:
.. code-block:: 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-user1 --admin admin-user2
@@ -41,7 +41,7 @@ in your new hub, you would run:
.. code-block:: 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 - \
--user-requirements-txt-url https://raw.githubusercontent.com/data-8/materials-sp18/master/requirements.txt

View File

@@ -63,5 +63,5 @@ HTTPS
=====
The Littlest JupyterHub does not currently support HTTPS. Follow `this issue
<https://github.com/yuvipanda/the-littlest-jupyterhub/issues/29>`_ for progress
<https://github.com/jupyterhub/the-littlest-jupyterhub/issues/29>`_ for progress
on HTTPS support.