aboutsummaryrefslogtreecommitdiffstats
path: root/lib/views/help/api.rhtml
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2012-10-04 11:36:03 +0100
committerLouise Crow <louise.crow@gmail.com>2012-10-04 11:36:03 +0100
commit7661e47d7af6cc405128c5f181d4134c1e72962e (patch)
tree6cc5a13ab50caeaf453e81b06b965d87467688b2 /lib/views/help/api.rhtml
parentc49382584bca4abd61ed8a2454b6f161561603be (diff)
parent668042256ed6e1a39e29147c8ab4ba2746fe2e38 (diff)
Merge remote-tracking branch 'openaustralia_github/configuration_refactor' into develop
Diffstat (limited to 'lib/views/help/api.rhtml')
-rw-r--r--lib/views/help/api.rhtml6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/views/help/api.rhtml b/lib/views/help/api.rhtml
index a21f450..323bdb7 100644
--- a/lib/views/help/api.rhtml
+++ b/lib/views/help/api.rhtml
@@ -8,10 +8,10 @@
<h2> Introduction </h2>
<p>This page explains how programmers can make other websites and software
-interact with WhatDoTheyKnow via an "API".
+interact with <%= site_name %> via an "API".
</p>
-<p>WhatDoTheyKnow does not have a full API yet, but we are gradually adding
+<p><%= site_name %> does not have a full API yet, but we are gradually adding
lots of things that are similar in use to an API as they are requested.
</p>
@@ -69,7 +69,7 @@ information about the list of events in the feed.
<h2> 4. Spreadsheet of all authorities </h2>
<p>
-A spreadsheet file listing every body in WhatDoTheyKnow is available:
+A spreadsheet file listing every body in <%= site_name %> is available:
<%= link_to "all-authorities.csv", all_public_bodies_csv_url() %>
</p>