Skip to content

Commit d9be7f1

Browse files
committed
docs: Fix broken link on learning Rego in README
Fixes open-policy-agent/opa#8026 Signed-off-by: Anders Eknert <[email protected]>
1 parent 7d41238 commit d9be7f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ write tests for your Kubernetes configuration, Tekton pipeline definitions, Terr
77
Serverless configs or any other config files.
88

99
Conftest uses the Rego language from [Open Policy Agent](https://www.openpolicyagent.org/) for writing
10-
the assertions. You can read more about Rego in [How do I write policies](https://www.openpolicyagent.org/docs/how-do-i-write-policies.html)
11-
in the Open Policy Agent documentation.
10+
the assertions. You can read more about Rego in the [Policy Language](https://www.openpolicyagent.org/docs/policy-language)
11+
section in the Open Policy Agent documentation.
1212

1313
Here's a quick example. Save the following as `policy/deployment.rego`:
1414

0 commit comments

Comments
 (0)