From 745b01f0047cf1c4aeab940466cbbbc4c1c6c54f Mon Sep 17 00:00:00 2001 From: zkHunter Date: Sun, 2 Mar 2025 14:21:24 +0100 Subject: [PATCH 1/2] Update broke link balance.mdx --- docs/pages/world/balance.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/world/balance.mdx b/docs/pages/world/balance.mdx index 22a4fe37da..63f19dd4dd 100644 --- a/docs/pages/world/balance.mdx +++ b/docs/pages/world/balance.mdx @@ -99,7 +99,7 @@ uint256 balance = Balances.get(); import { console } from "forge-std/console.sol"; ``` - Standard [`forge` script](https://book.getfoundry.sh/tutorials/solidity-scripting) boilerplate. + Standard [`forge` script](https://book.getfoundry.sh/guides/scripting-with-solidity) boilerplate. ```solidity import { Balances } from "@latticexyz/world/src/codegen/tables/Balances.sol"; From 24e3df3445e25048e24f5600c2d09e804636fcb2 Mon Sep 17 00:00:00 2001 From: zkHunter Date: Sun, 2 Mar 2025 14:23:34 +0100 Subject: [PATCH 2/2] Update broken link modules.mdx --- docs/pages/world/modules.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/world/modules.mdx b/docs/pages/world/modules.mdx index 6f9487d786..9f98a05ade 100644 --- a/docs/pages/world/modules.mdx +++ b/docs/pages/world/modules.mdx @@ -3,7 +3,7 @@ import { CollapseCode } from "../../components/CollapseCode"; # Modules Modules are onchain installation scripts that create resources and their associated configuration when called by a `World`. -This is somewhat similar to one of the use cases for [foundry scripts](https://book.getfoundry.sh/tutorials/solidity-scripting), except that modules are deployed onchain and can be used by any `World` on the same chain. +This is somewhat similar to one of the use cases for [foundry scripts](https://book.getfoundry.sh/guides/scripting-with-solidity), except that modules are deployed onchain and can be used by any `World` on the same chain. ## Module installation