diff --git a/setup-wizard.yml b/setup-wizard.yml index 8b0d48a..906bced 100644 --- a/setup-wizard.yml +++ b/setup-wizard.yml @@ -25,7 +25,7 @@ fields: service: [codex-node, geth] title: Codex network description: >- - - **`Testnet`** - Codex Testnet network. Please check the [docs](https://docs.codex.storage/networks/networks) for available networks. + - **`Testnet`** - Codex Testnet network. Check the [docs](https://docs.codex.storage/networks/networks) for available networks. enum: - testnet required: true @@ -68,7 +68,7 @@ fields: description: >- Address of deployed Marketplace contract. - We should set this variable **only if we would like to override auto-detected address**. Please check the address for the network you are using in the [docs](https://docs.codex.storage/networks/networks). + We should set this variable **only if we would like to override auto-detected address**. Check the address for the network you are using in the [docs](https://docs.codex.storage/networks/networks). pattern: "^0x[a-fA-F0-9]{40}$" patternErrorMessage: Must be a valid Ethereum address required: false @@ -83,7 +83,7 @@ fields: description: >- Address of deployed Marketplace contract. - We should set this variable because we are running in **Codex `storage node`** mode. Please check the address for the network you are using in the [docs](https://docs.codex.storage/networks/networks). + We should set this variable because we are running in **Codex `storage node`** mode. Check the address for the network you are using in the [docs](https://docs.codex.storage/networks/networks). pattern: "^0x[a-fA-F0-9]{40}$" patternErrorMessage: Must be a valid Ethereum address required: true @@ -209,7 +209,7 @@ fields: service: codex-node title: EXTRA_OPTS description: >- - Extra options to pass to the Codex node. Check [Codex CLI options](https://docs.codex.storage/learn/run#cli-options) for more details. + Extra options to pass to the Codex node. Check the [docs](https://docs.codex.storage/learn/run#cli-options) for more details. pattern: "^.*$" patternErrorMessage: Must be a valid string required: false