diff --git a/README.md b/README.md index 91b8d7918a..c648761989 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Once your environment is set up - you can run the CLI by following [these direct ## Structure of the repository - [ironfish](./ironfish/README.md): The library that contains the IronfishSDK and all Ironfish code written in TypeScript. -- [ironfish-cli](./ironfish-cli/README.md): The main client for Iron Fish as of today. It is a command-line interface built on Node. More details in [our documentation](https://ironfish.network/docs/onboarding/iron-fish-tutorial). +- [ironfish-cli](./ironfish-cli/README.md): The main client for Iron Fish as of today. It is a command-line interface built on Node. More details in [our documentation](https://ironfish.network/use/get-started/installation). - [ironfish-rust](./ironfish-rust/README.md): Core API for interacting with the transactions and chain and using ZKP. - [ironfish-rust-nodejs](./ironfish-rust-nodejs/README.md): Wrapper for `ironfish-rust` as a native NodeJS addon.