Skip to content

Commit

Permalink
docs: update "Add a system" slug (#1328)
Browse files Browse the repository at this point in the history
  • Loading branch information
qbzzt committed Aug 18, 2023
1 parent 0d12db8 commit 5135423
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/pages/tutorials.mdx
Expand Up @@ -7,7 +7,7 @@ These tutorials teach you how to do various things with MUD.
[These tutorials](tutorials/minimal) teach you how to make various changes to [the getting started example](https://github.com/latticexyz/mud/tree/main/examples/minimal).
This is an easy way to learn how to modify MUD functionality in various ways.

- [Add a system](tutorials/minimal/add_system):
- [Add a system](tutorials/minimal/add-system):
In this tutorial you add a system to decrement the counter and update the application to use it.

## Walkthrough
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/tutorials/minimal.mdx
Expand Up @@ -28,4 +28,4 @@ To create the basic version to modify, follow these steps:

## The tutorials

- [Add a system](minimal/add_system)
- [Add a system](minimal/add-system)
2 changes: 1 addition & 1 deletion docs/pages/tutorials/minimal/_meta.js
@@ -1,3 +1,3 @@
export default {
add_system: "Add a system",
"add-system": "Add a system",
};
File renamed without changes.

0 comments on commit 5135423

Please sign in to comment.