diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2013-02-15 15:09:21 +1100 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2013-02-15 15:09:21 +1100 |
commit | 91422461f05d1d6cfa6b9944788fa96bc721f643 (patch) | |
tree | 681d0e9498ac69a4bc3bd8830d1550cc0f29429f /app/views/help/api.rhtml | |
parent | 4dd61c8235bb685b1d2b3041c4ab2cf912c04006 (diff) |
Make internal links relative
Diffstat (limited to 'app/views/help/api.rhtml')
-rw-r--r-- | app/views/help/api.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/help/api.rhtml b/app/views/help/api.rhtml index 84ec2f590..3a6c867ee 100644 --- a/app/views/help/api.rhtml +++ b/app/views/help/api.rhtml @@ -19,7 +19,7 @@ <dt>Linking to new requests</dt> <dd> <p>To encourage your users to make links to a particular public authority, use URLs of the form - <%= link_to new_request_to_body_url(:url_name => "liverpool_city_council") , new_request_to_body_path(:url_name => "liverpool_city_council") %>. + <%= link_to new_request_to_body_path(:url_name => "liverpool_city_council") , new_request_to_body_path(:url_name => "liverpool_city_council") %>. These are the parameters you can add to those URLs, either in the URL or from a form. <ul> |