From da8d1e9b5d23dba6fa212f12e5178b01cad0c49e Mon Sep 17 00:00:00 2001 From: sashaphmn Date: Wed, 30 Apr 2025 14:37:28 +0300 Subject: [PATCH] docs: --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d06ba1cd..484ad59e 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,8 @@ Next, `cd` into the directory that was created for you and follow the steps list Each task will have a directory structure similar to the following: -- **[inputs/](/inputs)** any input JSON files -- **[records/](/records)** Foundry will autogenerate files here from running commands +- **[inputs/](https://github.com/base/contract-deployments/tree/main/internal-devnet/2023-05-25-deploy/inputs)** any input JSON files +- **[records/](https://github.com/base/contract-deployments/tree/main/internal-devnet/2023-05-25-deploy/records)** Foundry will autogenerate files here from running commands - **[script/](/script)** place to store any one-off Foundry scripts - **[src/](/src)** place to store any one-off smart contracts (long-lived contracts should go in [base-org/contracts](https://github.com/base-org/contracts)) - **.env** place to store environment variables specific to this task