From 692b1644eaf5802e4f1febabed0ecd532ef3b90f Mon Sep 17 00:00:00 2001 From: John Joyce Date: Fri, 6 Sep 2024 13:11:22 -0700 Subject: [PATCH] Add correct link --- docs-website/sidebars.js | 4 ++-- docs/{automation => automations}/docs-propagation.md | 0 docs/{automation => automations}/snowflake-tag-propagation.md | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename docs/{automation => automations}/docs-propagation.md (100%) rename docs/{automation => automations}/snowflake-tag-propagation.md (100%) diff --git a/docs-website/sidebars.js b/docs-website/sidebars.js index 0382f821a31ca3..fe1ee9e6236ab7 100644 --- a/docs-website/sidebars.js +++ b/docs-website/sidebars.js @@ -105,12 +105,12 @@ module.exports = { { label: "Documentation Propagation", type: "doc", - id: "docs/automation/docs-propagation", + id: "docs/automations/docs-propagation", }, { label: "Snowflake Tag Sync", type: "doc", - id: "docs/automation/snowflake-tag-propagation", + id: "docs/automations/snowflake-tag-propagation", className: "saasOnly", }, ], diff --git a/docs/automation/docs-propagation.md b/docs/automations/docs-propagation.md similarity index 100% rename from docs/automation/docs-propagation.md rename to docs/automations/docs-propagation.md diff --git a/docs/automation/snowflake-tag-propagation.md b/docs/automations/snowflake-tag-propagation.md similarity index 100% rename from docs/automation/snowflake-tag-propagation.md rename to docs/automations/snowflake-tag-propagation.md