From 7772fe6d808aac141d8dffce4202f30f02416346 Mon Sep 17 00:00:00 2001 From: ga83buh Date: Fri, 4 Oct 2019 11:00:18 +0200 Subject: [PATCH 1/2] updated docker readme link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab757569..cc5ef530 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ 2. In order to run your own in3-node, you must first register the node. The information for registering a node can be found [here](https://in3.readthedocs.io/en/develop/getting_started.html#registering-an-incubed-node) 3. Run the in3-node image using a direct docker command or a docker-compose file, the parameters for which are explained -[here](https://in3.readthedocs.io/en/develop/api-node.html) +[here](https://in3.readthedocs.io/en/develop/api-node-server.html) ## Example ### POST Request From e40bbd9d84606fb119ec92874c7dc192dc428d5b Mon Sep 17 00:00:00 2001 From: ligi Date: Fri, 4 Oct 2019 13:48:03 +0200 Subject: [PATCH 2/2] Fix 404ing links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc5ef530..6465c70f 100644 --- a/README.md +++ b/README.md @@ -76,8 +76,8 @@ ## Resources - * [in3-Node API reference](https://in3.readthedocs.io/en/develop/api-node.html) - * [Registering your node](https://in3.readthedocs.io/en/develop/api-node.html#registering-your-own-incubed-node) + * [in3-Node API reference](https://in3.readthedocs.io/en/develop/api-node-server.html) + * [Registering your node](https://in3.readthedocs.io/en/develop/api-node-server.html#registering-your-own-incubed-node) * [in3 typescript client](https://github.com/slockit/in3) * [in3 C client](https://github.com/slockit/in3-c) * [Website](https://slock.it/incubed/)