Skip to content

docs: edited the links of the inputs and records folders #327

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down