diff options
author | skenaja <skenaja> | 2008-09-07 17:12:04 +0000 |
---|---|---|
committer | skenaja <skenaja> | 2008-09-07 17:12:04 +0000 |
commit | a0c5f16831cbef54718ed373f375f21a7b621c03 (patch) | |
tree | b3ab73d58adb72f673d8e316bd40a72a196e826f | |
parent | d3478542f61323ab30ac874aa74e211a322cd6f0 (diff) |
fixed help/about URL
-rw-r--r-- | app/views/request/upload_response.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/upload_response.rhtml b/app/views/request/upload_response.rhtml index d7946c07d..9e96121cf 100644 --- a/app/views/request/upload_response.rhtml +++ b/app/views/request/upload_response.rhtml @@ -5,7 +5,7 @@ <h1>Respond to the FOI request '<%=request_link(@info_request)%>' made by <%=user_link(@info_request.user) %></h1> <p> - Your response will <strong>appear on the Internet</strong>, <a href="http://localhost:3000/help/about#officers">read why</a> and answers to other questions. + Your response will <strong>appear on the Internet</strong>, <a href="/help/about#officers">read why</a> and answers to other questions. </p> <h2>Respond by email</h2> |