diff options
-rw-r--r-- | lib/views/help/api.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/views/help/api.html.erb b/lib/views/help/api.html.erb index 323bdb7..5f27c2e 100644 --- a/lib/views/help/api.html.erb +++ b/lib/views/help/api.html.erb @@ -19,8 +19,8 @@ lots of things that are similar in use to an API as they are requested. <h2> 1. Linking to new requests </h2> -<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_url(:url_name => "liverpool_city_council") %>. +<p>To encourage your users to make requests 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_url(:url_name => "liverpool_city_council") %>. These are the parameters you can add to those URLs, either in the URL or from a form. <ul> |