From 0761e1ce60955a4faa823f781586d1eda72aedba Mon Sep 17 00:00:00 2001 From: Andi Albrecht Date: Thu, 15 Dec 2011 08:58:22 +0100 Subject: Fix URL in example. --- extras/appengine/sqlformat/templates/api.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras') diff --git a/extras/appengine/sqlformat/templates/api.html b/extras/appengine/sqlformat/templates/api.html index ebfd83a..f2859c2 100644 --- a/extras/appengine/sqlformat/templates/api.html +++ b/extras/appengine/sqlformat/templates/api.html @@ -54,7 +54,7 @@ And another example using curl and a GET request:

-$ curl "http://localhost:8080/format?keyword_case=upper&reindent=true&data=select%20*%20from%20foo;"
+$ curl "http://sqlformat.appspot.com/format?keyword_case=upper&reindent=true&data=select%20*%20from%20foo;"
 SELECT *
 FROM foo;
 $
-- 
cgit v1.2.1