From dbdbd0064d39b97725c809bedd0e269361def59c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20N=C3=A9d=C3=A9lec?= <15186176+TechWatching@users.noreply.github.com> Date: Sun, 6 Apr 2025 15:39:46 +0200 Subject: [PATCH] fix: correct incorrect link to autonaming doc --- content/blog/autonaming-configuration/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/autonaming-configuration/index.md b/content/blog/autonaming-configuration/index.md index a57fc256147e..b6ea3ed85f0f 100644 --- a/content/blog/autonaming-configuration/index.md +++ b/content/blog/autonaming-configuration/index.md @@ -88,7 +88,7 @@ pulumi:autonaming: pattern: ${project}-${stack}-${name}${alphanum(6)} ``` -See the [auto-naming configuration documentation](/docs/concepts/resources/names/#auto-naming-configuration) to see the full list of available expressions. +See the [auto-naming configuration documentation](/docs/concepts/resources/names/#autonaming-configuration) to see the full list of available expressions. ## See It In Action