diff --git a/src/docs/developers/nodes/testnet.md b/src/docs/developers/nodes/testnet.md index f81f9e5af..29c91017c 100644 --- a/src/docs/developers/nodes/testnet.md +++ b/src/docs/developers/nodes/testnet.md @@ -11,7 +11,7 @@ Migrated Networks, *OP Mainnet* and *OP Goerli*, were running before the Bedrock ## OP Sepolia initialization -OP Sepolia is non-migrated network so it requires initialization via genesis file. `op-geth` uses JSON files to encode a network's genesis information. You'll need to download the genesis JSON, then run the following command to initialize the data directory: +OP Sepolia is non-migrated network so it requires [initialization via genesis file](../bedrock/node-operator-guide/#initialization-via-genesis-file). `op-geth` uses JSON files to encode a network's genesis information. You'll need to download the genesis JSON, then run the following command to initialize the data directory: ```bash curl -o -sL @@ -225,4 +225,4 @@ fi ### Operations -It is best to start `op-geth` first and shut it down last. \ No newline at end of file +It is best to start `op-geth` first and shut it down last.