summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoffrey BION <joffrey.bion@gmail.com>2017-09-05 00:15:41 +0200
committerJoffrey BION <joffrey.bion@gmail.com>2017-09-24 22:56:05 +0200
commit88e3070cb9e793c6b4fa9ddf4b8659effd1af601 (patch)
tree09b303525afff1b9f5c108bb41cc6606c1ed01f4 /README.md
parentImprove decisions history (diff)
downloadseven-wonders-88e3070cb9e793c6b4fa9ddf4b8659effd1af601.tar.gz
seven-wonders-88e3070cb9e793c6b4fa9ddf4b8659effd1af601.tar.bz2
seven-wonders-88e3070cb9e793c6b4fa9ddf4b8659effd1af601.zip
Fix doc link in README
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 483eb46d..12f0100e 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/jsondoc)
+A [live API documentation using JsonDoc](https://seven-wonders-online.herokuapp.com/livedoc-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