From 25c4dd9a569c5c9779553e8299b91a5c39414d12 Mon Sep 17 00:00:00 2001 From: DevEloperate Date: Thu, 20 Feb 2025 23:32:01 +0300 Subject: [PATCH 1/2] Update broken link overview-source.mdx --- docs/pages/overview-source.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/overview-source.mdx b/docs/pages/overview-source.mdx index 2fd5d08..ff18118 100644 --- a/docs/pages/overview-source.mdx +++ b/docs/pages/overview-source.mdx @@ -173,5 +173,5 @@ Contract Contract [Prototype Generation Scripts](./overview-source/generation.mdx): - [`@primodiumxyz/contracts/src/codegen/scripts/CreateTerrain.sol`](https://github.com/primodiumxyz/primodium/blob/main/packages/contracts/src/codegen/scripts/CreateTerrain.sol): - [Foundry script](https://book.getfoundry.sh/tutorials/solidity-scripting) for + [Foundry script](https://book.getfoundry.sh/guides/scripting-with-solidity) for populating terrain ore distribution. From 0beae6637133a7d56ef57893a1a9c4bc70eefd1d Mon Sep 17 00:00:00 2001 From: DevEloperate Date: Thu, 20 Feb 2025 23:34:55 +0300 Subject: [PATCH 2/2] Update broken link configuration.mdx --- docs/pages/overview-source/configuration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/overview-source/configuration.mdx b/docs/pages/overview-source/configuration.mdx index 6bada54..72c5ced 100644 --- a/docs/pages/overview-source/configuration.mdx +++ b/docs/pages/overview-source/configuration.mdx @@ -7,7 +7,7 @@ production. Inspired by [Sky Strife's](https://github.com/latticexyz/skystrife-public) templates, we developed internal scripts to generate -[Foundry scripts](https://book.getfoundry.sh/tutorials/solidity-scripting) from +[Foundry scripts](https://book.getfoundry.sh/guides/scripting-with-solidity) from JSON objects and CSV files with TypeScript scripts. This allows us to quickly iterate between play tests without needing to manually update Solidity contracts.