Skip to content

Commit

Permalink
Replace pointers to yuvipanda/ on github with jupyterhub/
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Jul 20, 2018
1 parent b6d2aeb commit 5064979
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ our code: we aim to improve it as often as possible.

If something is confusing to you in the documentation, it is a bug. We would be
happy if you could `file an issue
<https://github.com/yuvipanda/the-littlest-jupyterhub/issues>`_ about it - or
<https://github.com/jupyterhub/the-littlest-jupyterhub/issues>`_ about it - or
even better, `contribute a documentation fix
<http://the-littlest-jupyterhub.readthedocs.io/en/latest/contributing/docs.html>`_!
2 changes: 1 addition & 1 deletion bootstrap/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def main():
is_dev = os.environ.get('TLJH_BOOTSTRAP_DEV', 'no') == 'yes'
tljh_repo_path = os.environ.get(
'TLJH_BOOTSTRAP_PIP_SPEC',
'git+https://github.com/yuvipanda/the-littlest-jupyterhub.git'
'git+https://github.com/jupyterhub/the-littlest-jupyterhub.git'
)

pip_install(hub_prefix, [tljh_repo_path], editable=is_dev)
Expand Down
6 changes: 3 additions & 3 deletions docs/topic/customizing-installer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/topic/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion docs/tutorials/custom.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/digitalocean.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/google.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/jetstream.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 5064979

Please sign in to comment.