From d947ad6e5ddd171ca2814e0dc1f5f28f197426e7 Mon Sep 17 00:00:00 2001 From: Chris Hain Date: Thu, 10 Oct 2024 11:08:18 -0700 Subject: [PATCH] fix 404s --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ca3fa7a..b689a39 100644 --- a/README.md +++ b/README.md @@ -54,13 +54,13 @@ docker-compose up ## Configuration For additional configuration management background, see -[pages/config-management.md](pages/config-management.md). +[pages/config_management.md](pages/config_management.md). The below assumes you're using the config_helper script for assisted management. Application Study Tool config management relies on default configs in -[/configs/ast_defaults.yaml](/configs/ast_defaults.yaml) and device specific information in -[/configs/bigip_receivers.yaml](/configs/bigip_receivers.yaml). +[/configs/ast_defaults.yaml](/config/ast_defaults.yaml) and device specific information in +[/configs/bigip_receivers.yaml](/config/bigip_receivers.yaml). Settings in the bigip_receivers.yaml override those in ast_defaults.yaml.