File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
docusaurus/docs/operate/getting_started Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ See [PATH Guard documentation](https://path.grove.city/operate/helm/guard) for d
2020
2121## 1. Prepare Your Configuration
2222
23- First, prepare your configuration file by following [ the PATH Config File instructions] ( https://path.grove.city/develop/path/configurations_path ) .
23+ First, prepare your configuration file by following [ the PATH Config File instructions] ( https://path.grove.city/develop/configs/config_intro ) .
2424
2525After you have your configuration file, you can proceed with the following steps:
2626
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ if ! ajv validate -s /tmp/config.schema.json -d ./local/path/.config.yaml --stri
9393 echo "❌ Error: ./local/path/.config.yaml failed schema validation. Please fix the errors above before continuing."
9494 echo ""
9595 echo " 💡 For information about the PATH config YAML file and schema, see the documentation at: "
96- echo " https://path.grove.city/develop/path/configurations_path "
96+ echo " https://path.grove.city/develop/configs/gateway_config "
9797 echo ""
9898 echo " 🌿 Grove employees: you may find a valid .config.yaml file on 1Password in the note called 'PATH Localnet Config' "
9999 echo ""
Original file line number Diff line number Diff line change @@ -328,7 +328,7 @@ check_config_files() {
328328 if [ ! -f " ./local/path/.config.yaml" ]; then
329329 echo -e " \n${RED} ❌ Error: ./local/path/.config.yaml not found. Ensure you have a valid config YAML file at this location.${NC} \n"
330330 echo -e " 💡 For information about the PATH config YAML file, see the documentation at: "
331- echo -e " ${CYAN} https://path.grove.city/develop/path/configurations_path ${NC} "
331+ echo -e " ${CYAN} https://path.grove.city/develop/configs/gateway_config ${NC} "
332332 echo -e " \n 🌿 Grove employees: you may find a valid ${BLUE} .config.yaml${NC} file on 1Password in the note called ${BLUE} \" PATH Localnet Config\" ${NC} \n"
333333 exit 1
334334 fi
You can’t perform that action at this time.
0 commit comments