From 5064979a57ab1b1b9a683e6f5849ed505feedabf Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Fri, 20 Jul 2018 16:17:33 -0700 Subject: [PATCH] Replace pointers to yuvipanda/ on github with jupyterhub/ --- README.rst | 2 +- bootstrap/bootstrap.py | 2 +- docs/topic/customizing-installer.rst | 6 +++--- docs/topic/security.rst | 2 +- docs/tutorials/custom.rst | 2 +- docs/tutorials/digitalocean.rst | 2 +- docs/tutorials/google.rst | 2 +- docs/tutorials/jetstream.rst | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.rst b/README.rst index 16f80f8..ae878fe 100644 --- a/README.rst +++ b/README.rst @@ -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 -`_ about it - or +`_ about it - or even better, `contribute a documentation fix `_! diff --git a/bootstrap/bootstrap.py b/bootstrap/bootstrap.py index 7d23db3..25f5264 100644 --- a/bootstrap/bootstrap.py +++ b/bootstrap/bootstrap.py @@ -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) diff --git a/docs/topic/customizing-installer.rst b/docs/topic/customizing-installer.rst index ce7d2de..567e596 100644 --- a/docs/topic/customizing-installer.rst +++ b/docs/topic/customizing-installer.rst @@ -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 - \ @@ -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 diff --git a/docs/topic/security.rst b/docs/topic/security.rst index 0d5f004..424b61d 100644 --- a/docs/topic/security.rst +++ b/docs/topic/security.rst @@ -63,5 +63,5 @@ HTTPS ===== The Littlest JupyterHub does not currently support HTTPS. Follow `this issue -`_ for progress +`_ for progress on HTTPS support. diff --git a/docs/tutorials/custom.rst b/docs/tutorials/custom.rst index 0b29050..75ba1e4 100644 --- a/docs/tutorials/custom.rst +++ b/docs/tutorials/custom.rst @@ -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 diff --git a/docs/tutorials/digitalocean.rst b/docs/tutorials/digitalocean.rst index fe1537d..21db3ee 100644 --- a/docs/tutorials/digitalocean.rst +++ b/docs/tutorials/digitalocean.rst @@ -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 diff --git a/docs/tutorials/google.rst b/docs/tutorials/google.rst index db1a209..afebcd4 100644 --- a/docs/tutorials/google.rst +++ b/docs/tutorials/google.rst @@ -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 diff --git a/docs/tutorials/jetstream.rst b/docs/tutorials/jetstream.rst index 8ce5ef7..4ed689b 100644 --- a/docs/tutorials/jetstream.rst +++ b/docs/tutorials/jetstream.rst @@ -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