Skip to content

Commit

Permalink
docs: Fix url links (#1432)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirror-Tang authored Sep 9, 2023
1 parent ec25aeb commit ea9805e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ There are a few key files we will be going over:

- `mud.config.ts` defines then auto-generates tables in `src/codegen/tables`.
- `src/systems` is where all logic you write for your application will live, we’ll explore this via the default `IncrementSystem.sol`
- `PostDeploy.s.sol` which populates tables with initial data if necessary. This could be useful to build a game with a predefined map, like in [Emojimon](./emojimon), for example.
- `PostDeploy.s.sol` which populates tables with initial data if necessary. This could be useful to build a game with a predefined map, like in [Emojimon](./tutorials/emojimon), for example.

Let’s dive into `mud.config.ts` in more detail.

Expand Down

0 comments on commit ea9805e

Please sign in to comment.