diff options
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> |