summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoffrey BION <joffrey.bion@gmail.com>2017-08-13 04:16:18 +0200
committerJoffrey BION <joffrey.bion@gmail.com>2017-08-15 00:05:55 +0200
commit3f8daeffbb298df25307b3fd422fecf88acf3de5 (patch)
tree3ef44bedc32959aea25c87efa6d18d497b8c8a08 /README.md
parentRemove obsolete routes.js (diff)
downloadseven-wonders-3f8daeffbb298df25307b3fd422fecf88acf3de5.tar.gz
seven-wonders-3f8daeffbb298df25307b3fd422fecf88acf3de5.tar.bz2
seven-wonders-3f8daeffbb298df25307b3fd422fecf88acf3de5.zip
Move from JsonDoc to Livedoc
The Livedoc project, based on JsonDoc, implements the overrides that we used to make in this project for websocket compatibility.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1ca96320..483eb46d 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ Missing steps:
- End of game event
- Access scoring
-A [live API documentation using JsonDoc](https://seven-wonders-online.herokuapp.com/jsondoc-ui.html?url=https://seven-wonders-online.herokuapp.com/doc)
+A [live API documentation using JsonDoc](https://seven-wonders-online.herokuapp.com/jsondoc-ui.html?url=https://seven-wonders-online.herokuapp.com/jsondoc)
is available. It is in construction as well because I'm adding wesocket support to the existing REST-API support.
### Client
bgstack15