From b1845cc91a795efbf8b546a351a11cf9c99e5259 Mon Sep 17 00:00:00 2001
From: Brandon Clayton <bclayton@usgs.gov>
Date: Thu, 17 Oct 2024 12:06:17 -0600
Subject: [PATCH] add href

---
 .../rtgm/components/plots/plots.component.html         | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/projects/nshmp-apps/src/app/designmaps/rtgm/components/plots/plots.component.html b/projects/nshmp-apps/src/app/designmaps/rtgm/components/plots/plots.component.html
index 9c032290c..24ea07bea 100644
--- a/projects/nshmp-apps/src/app/designmaps/rtgm/components/plots/plots.component.html
+++ b/projects/nshmp-apps/src/app/designmaps/rtgm/components/plots/plots.component.html
@@ -3,9 +3,15 @@
     This application currently performs the RTGM calculation for a single
     intensity measure (IM) hazard curve at a time. For bulk calculation of RTGMs
     for a larger number of IM hazard curves, please refer to
-    <a target="_blank">https://earthquake.usgs.gov/ws/nshmp/designmaps/rtgm/</a>
+    <a
+      target="_blank"
+      href="https://earthquake.usgs.gov/ws/nshmp/designmaps/rtgm/"
+      >https://earthquake.usgs.gov/ws/nshmp/designmaps/rtgm/</a
+    >
     or
-    <a target="_blank">https://code.usgs.gov/ghsc/erp/erp-rtgm-calculator</a>
+    <a target="_blank" href="https://code.usgs.gov/ghsc/erp/erp-rtgm-calculator"
+      >https://code.usgs.gov/ghsc/erp/erp-rtgm-calculator</a
+    >
   </nshmp-lib-ng-alert>
 
   <mat-accordion multi>
-- 
GitLab