From 43833d5112dc2a864831eb09c0317aa33170c290 Mon Sep 17 00:00:00 2001 From: Ville Vesilehto Date: Fri, 11 Apr 2025 20:07:41 +0300 Subject: [PATCH] docs: update default template link to use absolute URL Change the relative link to the default template to use an absolute URL pointing to the raw GitHub content for better accessibility. Currently the link is broken since the file from the relative path is not deployed to the docs site. Signed-off-by: Ville Vesilehto --- docs/documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation.md b/docs/documentation.md index b9d93ef2c..26eee4e7d 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -32,7 +32,7 @@ conftest doc path/to/policy ## Use your own template -You can override the [default template](../document/resources/document.md) with your own template +You can override the [default template](https://raw.githubusercontent.com/open-policy-agent/conftest/refs/heads/master/document/resources/document.md) with your own template ```aiignore conftest -t template.md path/tp/policies