Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 404s #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/)
Expand Down