mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
docs: fix language regarding master
This commit is contained in:
@@ -47,7 +47,7 @@ import logging
|
||||
import shutil
|
||||
import urllib.request
|
||||
|
||||
progress_page_favicon_url = "https://raw.githubusercontent.com/jupyterhub/jupyterhub/master/share/jupyterhub/static/favicon.ico"
|
||||
progress_page_favicon_url = "https://raw.githubusercontent.com/jupyterhub/jupyterhub/HEAD/share/jupyterhub/static/favicon.ico"
|
||||
progress_page_html = """
|
||||
<html>
|
||||
<head>
|
||||
@@ -57,7 +57,7 @@ progress_page_html = """
|
||||
<meta http-equiv="refresh" content="30" >
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<img class="logo" src="https://raw.githubusercontent.com/jupyterhub/the-littlest-jupyterhub/master/docs/images/logo/logo.png">
|
||||
<img class="logo" src="https://raw.githubusercontent.com/jupyterhub/the-littlest-jupyterhub/HEAD/docs/images/logo/logo.png">
|
||||
<div class="loader center"></div>
|
||||
<div class="center main-msg">Please wait while your TLJH is setting up...</div>
|
||||
<div class="center logs-msg">Click the button below to see the logs</div>
|
||||
|
||||
Reference in New Issue
Block a user