diff options
Diffstat (limited to 'bin/fetch-reports')
-rwxr-xr-x | bin/fetch-reports | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/fetch-reports b/bin/fetch-reports index 665b4aff0..20de10f4b 100755 --- a/bin/fetch-reports +++ b/bin/fetch-reports @@ -1,8 +1,8 @@ #!/usr/bin/env perl # -# This script utilises the Open311 extension explained at -# https://github.com/mysociety/FixMyStreet/wiki/Open311-FMS---Proposed-differences-to-Open311 -# to fetch updates on service requests. +# This script utilises Open311 as described at +# http://wiki.open311.org/GeoReport_v2/#get-service-requests +# to fetch service requests. use strict; use warnings; |