From 52eacd03a0065b5bf660bebea248eb9235677ad1 Mon Sep 17 00:00:00 2001
From: youngsukim-csusb <youngsu.kim@csusb.edu>
Date: Mon, 13 Jun 2022 18:30:16 -0700
Subject: [PATCH] Update urls

---
 login.html         | 4 ++--
 spawn_pending.html | 6 +++++-
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/login.html b/login.html
index 78401ef..b8c408a 100644
--- a/login.html
+++ b/login.html
@@ -11,9 +11,9 @@ https://github.com/pangeo-data/pangeo-custom-jupyterhub-templates/blob/master/te
       {{ (csusb_welcome | safe) }}
       {% else %}
       Welcome to this Cal State San Bernardino JupyterHub. For more information about HPC,
-      visit <a href="https://www.csusb.edu/academic-technologies-innovation/xreal-lab-and-high-performance-computing/high-performance-0">CSUSB High Performance Computing Initiative</a>.
+      visit <a href="https://www.csusb.edu/academic-technologies-innovation/xreal-lab-and-high-performance-computing/high-performance" target="_blank">CSUSB High Performance Computing Initiative</a>.
       {% endif %}
     </p>
 </div>
 {{ super() }}
-{% endblock %}
+{% endblock %}
\ No newline at end of file
diff --git a/spawn_pending.html b/spawn_pending.html
index f271470..2d24b38 100644
--- a/spawn_pending.html
+++ b/spawn_pending.html
@@ -2,5 +2,9 @@
 
 {% block message %}
 {{ super() }}
-This step may take several minutes. If you encouter errors several times, please contact one of the CSUSB HPCI team members. 
+This step may take several minutes. <br> 
+Most of the time, the issue is related to the server (upgrading or temporary maintanance). <br>
+If you encouter the error several times, please contact one of the <a href="https://www.csusb.edu/academic-technologies-innovation/xreal-lab-and-high-performance-computing/high-performance#team" target="_blank">CSUSB HPCI team members</a>. 
+<br>
+<br>
 {% endblock %}
-- 
GitLab