diff --git a/README.md b/README.md index ab757569..6465c70f 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 @@ -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/)