From 9303b51f3b3299944853bac9992b43aea383e722 Mon Sep 17 00:00:00 2001
From: Youngsu Kim <youngsu.kim@csusb.edu>
Date: Sat, 11 Jun 2022 16:00:52 -0700
Subject: [PATCH] Fix HPCI link

---
 login.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/login.html b/login.html
index d2bee90..78401ef 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 › 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-0">CSUSB High Performance Computing Initiative</a>.
       {% endif %}
     </p>
 </div>
 {{ super() }}
-{% endblock %}
\ No newline at end of file
+{% endblock %}
-- 
GitLab