From 88e3070cb9e793c6b4fa9ddf4b8659effd1af601 Mon Sep 17 00:00:00 2001 From: Joffrey BION Date: Tue, 5 Sep 2017 00:15:41 +0200 Subject: Fix doc link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit