From 1b61dac0c73d31bc0e5913863e062caf7e0e3ba3 Mon Sep 17 00:00:00 2001 From: Hitoshi Kamezaki Date: Fri, 9 Aug 2024 22:47:38 +0900 Subject: [PATCH] changed 'metadata annotations' url (#34) I think docs/latest/annotations were deleted, and 'docs/latest/policy-language/#metadata' is the current url. Signed-off-by: Hitoshi Kamezaki --- style-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style-guide.md b/style-guide.md index e4e7dc3..2149491 100644 --- a/style-guide.md +++ b/style-guide.md @@ -117,7 +117,7 @@ pipeline. ### Use metadata annotations -Favor [metadata annotations](https://www.openpolicyagent.org/docs/latest/annotations/) over regular comments. +Favor [metadata annotations](https://www.openpolicyagent.org/docs/latest/policy-language/#metadata) over regular comments. Metadata annotations allow external tools and editors to parse their contents, potentially leveraging them for something useful, like in-line explanations, generated docs, etc.