Skip to content

Commit

Permalink
Merge pull request #147 from glihm/fix/typo
Browse files Browse the repository at this point in the history
fix: broken links
  • Loading branch information
ponderingdemocritus authored Dec 13, 2023
2 parents c168b98 + f4ce154 commit a62569c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/toolchain/sozo/project-commands/migrate.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ sozo migrate --name ohayo --rpc-url http://localhost:5050
sozo migrate --world 0x123456
```

3. Deploying your World using [profile options](../common-options/profile-options.md)
3. Deploying your World using [profile options](../common-options/profile.md)

```sh
sozo --profile dev migrate
Expand Down
2 changes: 1 addition & 1 deletion src/toolchain/torii/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ 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/torii/torii-wasm.md)
- [wasm](../../client/dojojs.md#dojoenginetorii-wasm)
- [unity](../../client/torii/unity.md)
- [c](../../client/torii/unity.md)

Expand Down

0 comments on commit a62569c

Please sign in to comment.