Fix target ID for lolcat demo -- stupidly, this has changed because
authorMike Taylor <mike@indexdata.com>
Wed, 2 Apr 2014 16:37:57 +0000 (17:37 +0100)
committerMike Taylor <mike@indexdata.com>
Wed, 2 Apr 2014 16:37:57 +0000 (17:37 +0100)
the default CF server used by connectors exported from the Repo has
changed. Which is one more reason why we were dumb to use ZURLs and
ID.

examples/htdocs/lolcat.html

index 57fb1c4..89c6790 100644 (file)
@@ -18,7 +18,7 @@
   </head>
   <body>
     <div class='mkwsRecords' autosearch='cat' sort='date:0'
-       targets='pz:id=connect.indexdata.com:9000/flickr_api'
+       targets='pz:id=localhost:9003/flickr_api'
        >kitteh will appear here</div>
   </body>
 </html>