Use tljh.jupyter.org/bootstrap.py to get installer

- Shorter URL makes the horizontal scrollbar in the TLJH
  docs site much better!
- Shorter URLs are cooler
- This redirect is managed by readthedocs, with the interface
  available at https://readthedocs.org/dashboard/the-littlest-jupyterhub/redirects/
This commit is contained in:
YuviPanda
2020-06-25 18:22:28 +05:30
parent f8485fde26
commit a2e9706fa2
10 changed files with 15 additions and 15 deletions

View File

@@ -59,7 +59,7 @@ Step 1: Installing The Littlest JupyterHub
.. code-block:: bash
curl https://raw.githubusercontent.com/jupyterhub/the-littlest-jupyterhub/master/bootstrap/bootstrap.py | sudo -E python3 - --admin <admin-user-name>
curl https://tljh.jupyter.org/bootstrap.py | sudo -E python3 - --admin <admin-user-name>
.. note::