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 bbb8a6c6decec3813ebb041779710ddf9dea176a..aafe43bfe4791f0e938eb89c63f45c25ad1a79f8 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 4bb2f1065c66225d1433c732c051e2d3ca16cb63..f89866e042c1db7b927307454e7df68264bc5d68 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>