Skip to content

Commit

Permalink
Fix Readme's relative path (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
lido333 authored Dec 2, 2024
1 parent 3816db7 commit 52b646b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ The contracts are located in the `contracts/` directory. It's a `scarb` project,

It uses `Starknet Foundry` for tests.

See the [contracts README](contracts/README.md) for more information.
See the [contracts README](packages/contracts/README.md) for more information.

### Frontend

See the [frontend README](frontend/README.md) for more information.
See the [frontend README](packages/frontend/README.md) for more information.

## 📖 License

Expand Down

0 comments on commit 52b646b

Please sign in to comment.