diff --git a/content/md/en/docs/test/benchmark.md b/content/md/en/docs/test/benchmark.md index fb289e842..d4af48564 100644 --- a/content/md/en/docs/test/benchmark.md +++ b/content/md/en/docs/test/benchmark.md @@ -140,7 +140,7 @@ After you have added your pallet, compile your node binary with the `runtime-ben For example: ```bash -cd bin/node/cli +cd substrate/bin/node/cli cargo build --profile=production --features runtime-benchmarks ```