Skip to content

Commit

Permalink
fix a couple more links
Browse files Browse the repository at this point in the history
  • Loading branch information
nick1udwig committed Apr 15, 2024
1 parent d44b3a1 commit 93bfa3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,14 @@
- [Use ZK proofs with SP1](./cookbook/zk_with_sp1.md)
- [API Reference](./api_reference.md)
- [ETH Provider API](./apis/eth_provider.md)
- [Frontend/UI Development](./apis/frontend_development.md)
- [HTTP API](./apis/http_authentication.md)
- [HTTP Client API](./apis/http_client.md)
- [HTTP Server API](./apis/http_server.md)
- [Kernel API](./apis/kernel.md)
- [`kinode.wit`](./apis/kinode_wit.md)
- [KV API](./apis/kv.md)
- [Net API](./apis/net.md)
- [`kinode.wit`](./apis/kinode_wit.md)
- [SQLite API](./apis/sqlite.md)
- [Terminal API](./apis/terminal.md)
- [Timer API](./apis/timer.md)
Expand Down
4 changes: 2 additions & 2 deletions src/chess_app/putting_everything_together.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Alter the process to serve this use case, or add another process that can be spa
There are also three extensions to this tutorial which dive into specific use cases which make the most of Kinode OS:

- [Chat](./chat.md)
- [Payment Integration (using ETH)](./payment.md) [coming soon]
- [LLM Integration (play chess against the AI!)](./llm.md) [coming soon]
- Payment Integration (using ETH) [coming soon]
- LLM Integration (play chess against the AI!) [coming soon]

The full code is available [here](https://github.com/kinode-dao/kinode/tree/main/modules/chess).

0 comments on commit 93bfa3f

Please sign in to comment.