diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-11-28 13:36:55 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-11-28 13:36:55 +0000 |
commit | 3617a48ff3f7b1fc9fb4808f0556c46dfb8dd4d2 (patch) | |
tree | 3ff890151608e4ef838224cbd22660952c495fca /app/views/help/about.rhtml | |
parent | 87db0bed631bfaeb688956ab6cd30a251cef6443 (diff) |
Use generated URLs in help pages - then they're accessible to routing filters etc.
Diffstat (limited to 'app/views/help/about.rhtml')
-rw-r--r-- | app/views/help/about.rhtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/help/about.rhtml b/app/views/help/about.rhtml index 9f75cac8b..477f0e750 100644 --- a/app/views/help/about.rhtml +++ b/app/views/help/about.rhtml @@ -41,13 +41,13 @@ </dd> <dt id="updates">How can I keep up with news about WhatDoTheyKnow?<a href="#updates">#</a> </dt> - <dd>We have a <a href="/blog">blog</a> and a <a href="https://twitter.com/whatdotheyknow">twitter feed</a>. + <dd>We have a <a href="<%= blog_path %>">blog</a> and a <a href="https://twitter.com/whatdotheyknow">twitter feed</a>. </dd> </dl> - <p><strong>Next</strong>, read about <a href="/help/requesting">making requests</a> --> + <p><strong>Next</strong>, read about <a href="<%= help_requesting_path %>">making requests</a> --> <div id="hash_link_padding"></div> </div> |