From 51e7a95b3bd4fd59c459818e83bb9fcb1ef41cdd Mon Sep 17 00:00:00 2001 From: GennadySpb Date: Fri, 11 Jun 2021 17:41:10 +0300 Subject: [PATCH] Fix link ref (#11079) * Fix link ref * Update website/content/docs/templates/hcl_templates/functions/uuid/uuidv5.mdx Co-authored-by: Sylvia Moss Co-authored-by: Sylvia Moss --- .../docs/templates/hcl_templates/functions/uuid/uuidv5.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/templates/hcl_templates/functions/uuid/uuidv5.mdx b/website/content/docs/templates/hcl_templates/functions/uuid/uuidv5.mdx index f115915ee..fa4e14c32 100644 --- a/website/content/docs/templates/hcl_templates/functions/uuid/uuidv5.mdx +++ b/website/content/docs/templates/hcl_templates/functions/uuid/uuidv5.mdx @@ -75,4 +75,4 @@ human-significant manner, such as by reference to the standard that defined it. ## Related Functions -- [`uuidv4`](/docs/templates/hcl_templates/functions/uuid), which generates pseudorandom UUIDs. +- [`uuidv4`](/docs/templates/hcl_templates/functions/uuid/uuidv4), which generates pseudorandom UUIDs.