Skip to content

Commit

Permalink
docs: fix the incorrect link on the world-101 page (#1451)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirror-Tang authored Sep 12, 2023
1 parent f8b9c7c commit 0b6cbae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/world/world-101.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ In most basic cases, you don’t need to worry about namespaces and access contr
Systems are stateless pieces of logic executed on the World, represented as a resource within a namespace.
They are written in Solidity and compile to the EVM like regular smart contracts. You can think of them as SQL functions acting your SQL database (Store in this case).

Systems read and store their state on the World's Store. These storage access are abstracted via the libraries generated with `tablegen`. You can learn more about `tablegen` in the [Store doc](//reading-and-writing).
Systems read and store their state on the World's Store. These storage access are abstracted via the libraries generated with `tablegen`. You can learn more about `tablegen` in the [Store doc](/store/reading-and-writing).

**Reading and writing to the state in a system:**

Expand Down

0 comments on commit 0b6cbae

Please sign in to comment.