mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
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:
@@ -100,7 +100,7 @@ def run_test(image_name, test_name, bootstrap_pip_spec, test_files, upgrade, ins
|
||||
if upgrade:
|
||||
run_container_command(
|
||||
test_name,
|
||||
f'curl https://raw.githubusercontent.com/jupyterhub/the-littlest-jupyterhub/master/bootstrap/bootstrap.py | python3 -'
|
||||
f'curl https://tljh.jupyter.org/bootstrap.py | python3 -'
|
||||
)
|
||||
|
||||
run_container_command(
|
||||
|
||||
Reference in New Issue
Block a user