Skip to content

Commit 447dc69

Browse files
[Docs] fix: PATH configs links (#411)
Fix PATH configuration documentation links to point to correct URL path
1 parent 8417636 commit 447dc69

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docusaurus/docs/operate/getting_started/1_quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2525
After you have your configuration file, you can proceed with the following steps:
2626

local/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 ""

local/scripts/localnet.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)