Skip to content

Commit 0761e1c

Browse files
committed
Fix URL in example.
1 parent 311291a commit 0761e1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • extras/appengine/sqlformat/templates

extras/appengine/sqlformat/templates/api.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h2>Example</h2>
5454
And another example using curl and a <code>GET</code> request:
5555
</p>
5656
<div class="highlight example"><pre>
57-
$ curl "http://localhost:8080/format<b>?</b>keyword_case=upper<b>&</b>reindent=true<b>&</b>data=select%20*%20from%20foo;"
57+
$ curl "http://sqlformat.appspot.com/format<b>?</b>keyword_case=upper<b>&</b>reindent=true<b>&</b>data=select%20*%20from%20foo;"
5858
SELECT *
5959
FROM foo;
6060
$

0 commit comments

Comments
 (0)