From 64cc8af3cc68cf5a14c9d92d7fc8d1faaa1fd267 Mon Sep 17 00:00:00 2001 From: Mike Jang <3287976+mjang@users.noreply.github.com> Date: Mon, 7 Jul 2025 12:58:20 -0700 Subject: [PATCH] fix: update section links in yaml --- content/nginx-one/nginx-configs/config-sync-groups/_index.md | 2 +- content/nginx-one/nginx-configs/staged-configs/_index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/nginx-one/nginx-configs/config-sync-groups/_index.md b/content/nginx-one/nginx-configs/config-sync-groups/_index.md index eaefeaea3..96d90f3e3 100644 --- a/content/nginx-one/nginx-configs/config-sync-groups/_index.md +++ b/content/nginx-one/nginx-configs/config-sync-groups/_index.md @@ -2,5 +2,5 @@ description: title: Change multiple instances with one push weight: 400 -url: /nginx-one/config-sync-groups +url: /nginx-one/nginx-configs/config-sync-groups --- diff --git a/content/nginx-one/nginx-configs/staged-configs/_index.md b/content/nginx-one/nginx-configs/staged-configs/_index.md index 1305546f1..ddb5f35fb 100644 --- a/content/nginx-one/nginx-configs/staged-configs/_index.md +++ b/content/nginx-one/nginx-configs/staged-configs/_index.md @@ -2,5 +2,5 @@ description: title: Draft new configurations weight: 400 -url: /nginx-one/staged-configs +url: /nginx-one/nginx-configs/staged-configs ---