projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
691ca16
)
Fix target ID for lolcat demo -- stupidly, this has changed because
author
Mike Taylor
<mike@indexdata.com>
Wed, 2 Apr 2014 16:37:57 +0000
(17:37 +0100)
committer
Mike 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
patch
|
blob
|
history
diff --git
a/examples/htdocs/lolcat.html
b/examples/htdocs/lolcat.html
index
57fb1c4
..
89c6790
100644
(file)
--- a/
examples/htdocs/lolcat.html
+++ b/
examples/htdocs/lolcat.html
@@
-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>