From ac0707c9334ae25daf64667bd7edea77b756ce52 Mon Sep 17 00:00:00 2001
From: Brian Canini <canini.16@osu.edu>
Date: Mon, 2 Nov 2020 14:24:39 -0500
Subject: [PATCH] updating privacy policy link in footer for asc intranet

---
 web/themes/asc_gateway/templates/system/page--front.html.twig | 4 ++--
 web/themes/asc_gateway/templates/system/page.html.twig        | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/web/themes/asc_gateway/templates/system/page--front.html.twig b/web/themes/asc_gateway/templates/system/page--front.html.twig
index bbb8a6c6de..aafe43bfe4 100644
--- a/web/themes/asc_gateway/templates/system/page--front.html.twig
+++ b/web/themes/asc_gateway/templates/system/page--front.html.twig
@@ -143,12 +143,12 @@
             <div class="col-xs-12 col-md-6 sf-col2">
               <ul>
                 <li>
-                  <a href="#">
+                  <a href="/form/contact-us">
                     Questions, Feedback, Accessibility
                   </a>
                 </li>
                 <li>
-                  <a href="#">
+                  <a href="https://go.osu.edu/privacy">
                     Privacy Policy
                   </a>
                 </li>
diff --git a/web/themes/asc_gateway/templates/system/page.html.twig b/web/themes/asc_gateway/templates/system/page.html.twig
index 4bb2f1065c..f89866e042 100644
--- a/web/themes/asc_gateway/templates/system/page.html.twig
+++ b/web/themes/asc_gateway/templates/system/page.html.twig
@@ -150,12 +150,12 @@
             <div class="col-xs-12 col-md-6 sf-col2">
               <ul>
                 <li>
-                  <a href="#">
+                  <a href="/form/contact-us">
                     Questions, Feedback, Accessibility
                   </a>
                 </li>
                 <li>
-                  <a href="#">
+                  <a href="https://go.osu.edu/privacy">
                     Privacy Policy
                   </a>
                 </li>
-- 
GitLab