From 4706af8d1325b57b13ffe9f107be97df724a1d98 Mon Sep 17 00:00:00 2001 From: Eric Rasmussen <erasmussen2@unl.edu> Date: Wed, 27 Apr 2011 16:41:54 +0000 Subject: [PATCH] Can't do links like http://go.unl.edu/terrex11/Image_Release.pdf - need the real path --- www/police/terrex11/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/police/terrex11/index.php b/www/police/terrex11/index.php index f758271..6aeea3f 100644 --- a/www/police/terrex11/index.php +++ b/www/police/terrex11/index.php @@ -18,11 +18,11 @@ if (!empty($_POST)) { $body .= ' <ul> <li>Image Release<br /> - You will need to <a href="http://go.unl.edu/terrex11/Image_Release.pdf">complete and sign this form</a> - and return to my office <u>no later than May 5th</u>.<br /> + You will need to <a href="http://www1.unl.edu/ucomm_webforms/police/terrex11/Image_Release.pdf">complete and sign this form</a> - and return to my office <u>no later than May 5th</u>.<br /> My campus mailing address is: Beth Benson, 313 Canfield/Admin; 68588-0429 </li> - <li><a href="http://go.unl.edu/terrex11/Volunteer_Briefing.pdf">Role Player Instructions</a> - please review and let me know if you have any questions</li> - <li><a href="http://go.unl.edu/terrex11/Parking_Map.pdf">Map of the campus</a> notating - parking (if needed) and Bessey Hall where we will meet at 7:00 a.m. on May 11th</li> + <li><a href="http://www1.unl.edu/ucomm_webforms/police/terrex11/Volunteer_Briefing.pdf">Role Player Instructions</a> - please review and let me know if you have any questions</li> + <li><a href="http://www1.unl.edu/ucomm_webforms/police/terrex11/Parking_Map.pdf">Map of the campus</a> noting parking (if needed) and Bessey Hall where we will meet at 7:00 a.m. on May 11th</li> </ul> <p> Thank you for volunteering for this exercise. Your time and efforts are greatly appreciated. -- GitLab