Skip to content

Commit

Permalink
[app.py][xs]: change link for docs to github repo from democracyfarm.
Browse files Browse the repository at this point in the history
  • Loading branch information
rufuspollock committed Aug 4, 2012
1 parent 83a8c3a commit 3f833c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataproxy/app.py
Expand Up @@ -217,7 +217,7 @@ def __call__(self, environ, start_response):
def index(self, flow):
if not flow.query.has_key('url'):
title = 'url query parameter missing'
msg = 'Please read the dataproxy API format documentation: http://democracyfarm.org/dataproxy/'
msg = 'Please read the dataproxy API format documentation: https://github.com/okfn/dataproxy'
flow.http_response.status = '200 Error %s'%title
flow.http_response.body = error(title=title, message=msg)
else:
Expand Down

0 comments on commit 3f833c7

Please sign in to comment.