diff --git a/myuw-root-webapp/src/main/webapp/403.html b/myuw-root-webapp/src/main/webapp/403.html index 3b59eb31ccdc859d70b90c88a688e5668afaf129..c5abe06e57daa776fce816b25489e295e31fc402 100644 --- a/myuw-root-webapp/src/main/webapp/403.html +++ b/myuw-root-webapp/src/main/webapp/403.html @@ -27,7 +27,7 @@ <div class="mdl-grid"> <div class="mdl-cell mdl-cell--2-col mdl-cell--1-col-phone"></div> <div class="mdl-cell mdl-cell--8-col mdl-cell--10-col-phone"> - <img src="bucky-sad.png" alt="sad bucky" class="img__bucky-sad" id="img__bucky-sad"> + <img src="/bucky-sad.png" alt="sad bucky" class="img__bucky-sad" id="img__bucky-sad"> <h1 class="mr-title">Sorry, you're not authorized to access this page.</h1> <p class="centered">If you're here by accident, head back to your MyUW <a href='/web'>homepage</a>.</p> <p class="centered">For help with authorization, contact the DoIT <a href="https://kb.wisc.edu/helpdesk/"></a>Help Desk</a>.</p> diff --git a/myuw-root-webapp/src/main/webapp/404.html b/myuw-root-webapp/src/main/webapp/404.html index fd0a644cdfeb8bdf6e202c617e7492cc816200f3..3b4048678e0abab5109a078f6af4368ab5ae1395 100644 --- a/myuw-root-webapp/src/main/webapp/404.html +++ b/myuw-root-webapp/src/main/webapp/404.html @@ -29,7 +29,7 @@ <div class="mdl-grid"> <div class="mdl-cell mdl-cell--2-col mdl-cell--1-col-phone"></div> <div class="mdl-cell mdl-cell--8-col mdl-cell--10-col-phone"> - <img src="bucky-sad.png" alt="sad bucky" class="img__bucky-sad" id="img__bucky-sad"> + <img src="/bucky-sad.png" alt="sad bucky" class="img__bucky-sad" id="img__bucky-sad"> <h1 class="mr-title">Sorry, the page you are looking for does not exist or you don't have access to it. Please go to the <a href='/'>MyUW home page</a>. </h1>