From 2ba8decaed59816f602ecfa173bd96b2568b93e0 Mon Sep 17 00:00:00 2001 From: Silas Davis <github@silasdavis.net> Date: Fri, 14 Jul 2017 13:19:09 +0100 Subject: [PATCH] fix non-existent link fixes #619 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34f80866..c6d75acc 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ For a Vagrant file see [monax-vagrant](https://github.com/monax/monax-vagrant) f ## Usage -Once the server has started, it will begin syncing up with the network. At that point you may begin using it. The preferred way is through our [javascript api](https://github.com/hyperledger/burrow.js), but it is possible to connect directly via HTTP or websocket. +Once the server has started, it will begin syncing up with the network. At that point you may begin using it. The preferred way is through our [javascript api](https://github.com/monax/legacy-contracts.js), but it is possible to connect directly via HTTP or websocket. ## Configuration -- GitLab