From 22c087ce8a0938f8591daae7d114a776ca551e60 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Wed, 24 Apr 2024 09:41:09 +0200 Subject: [PATCH] Fix external source of "How to configure and use security groups" (#445) Signed-off-by: Christian Berendt --- get-external-files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-external-files.py b/get-external-files.py index 05340b77bd..2a9f846569 100644 --- a/get-external-files.py +++ b/get-external-files.py @@ -6,7 +6,7 @@ FILES = [ { - "source": "https://raw.githubusercontent.com/SovereignCloudStack/docs/main/docs/02-iaas/security-groups.md", + "source": "https://raw.githubusercontent.com/SovereignCloudStack/docs/main/docs/02-iaas/guides/user-guide/security-groups/security-groups.md", "repository": "SovereignCloudStack/docs", "target": "docs/guides/user-guide/openstack/security-groups.md", "header": "---\nsidebar_label: Security groups\n---\n\n",