diff --git a/dojo-book/docs/pages/client/overview.md b/dojo-book/docs/pages/client/overview.md index f24feeb0..e0127833 100644 --- a/dojo-book/docs/pages/client/overview.md +++ b/dojo-book/docs/pages/client/overview.md @@ -2,7 +2,7 @@ Dojo is BYO client, meaning that you can use any client you want to connect to the Dojo network. -- [npm](./npm.md) +- [npm](./dojojs.md) - [torii](torii.md) > Dojo is always looking to expand these clients, if you would like to contribute reach out into the [Discord](https://discord.gg/KG9w9BmDrV) diff --git a/dojo-book/docs/pages/client/sdk/unity.md b/dojo-book/docs/pages/client/sdk/unity.md index 313f837e..c6713e87 100644 --- a/dojo-book/docs/pages/client/sdk/unity.md +++ b/dojo-book/docs/pages/client/sdk/unity.md @@ -23,7 +23,7 @@ This will generate a `.dll` or `.so` binary in the `target/release` directory, d ### Watch video -[![Watch the video](/unity-screen-grab.png)](/dojo.unity_demo.mp4) + ## Dojo Unity Concepts diff --git a/dojo-book/docs/pages/theory/what-is-dojo.md b/dojo-book/docs/pages/theory/what-is-dojo.md index b659ba4c..eca90b7c 100644 --- a/dojo-book/docs/pages/theory/what-is-dojo.md +++ b/dojo-book/docs/pages/theory/what-is-dojo.md @@ -26,11 +26,11 @@ Building on-chain games often involves grappling with the challenge of indexing Using Torii drastically reduces the time and effort required to build on-chain games. It also eliminates the need to manually create indexers, which can be a tedious and error-prone process. -### [Katana](/crates/katana/README.md) - Blazingly fast development network +### [Katana](/toolchain/katana/overview.md) - Blazingly fast development network Katana is a customizable Starknet development network. It is blazingly fast and allows you to iterate on your game logic swiftly. -### [Sozo CLI](/crates/sozo/README.md) - CLI Management Tool +### [Sozo CLI](/toolchain/sozo/overview.md) - CLI Management Tool Dojo worlds are poised to become some of the largest contracts. Sozo is a CLI tool that assists you in managing your worlds. It enables you to create, build, test, and deploy your worlds. Additionally, you can craft new components and systems and register them with your world. diff --git a/dojo-book/docs/pages/toolchain/torii/overview.md b/dojo-book/docs/pages/toolchain/torii/overview.md index 1b48431e..a794c33e 100644 --- a/dojo-book/docs/pages/toolchain/torii/overview.md +++ b/dojo-book/docs/pages/toolchain/torii/overview.md @@ -13,8 +13,8 @@ The torii server comprises of the rust backend that exposes the graphql and gRPC Torii client interfaces with the server to provide an easy to use api for your clients: - [wasm](/client/dojojs.md#dojoenginetorii-wasm) -- [unity](/client/torii/unity.md) -- [c](/client/torii/unity.md) +- [unity](/client/sdk/unity.md) +- [c](/client/sdk/unity.md) ### Usage