Skip to content

Commit

Permalink
website/wasm: fix markup around link without target (open-policy-agen…
Browse files Browse the repository at this point in the history
…t#3421)

Signed-off-by: Stephan Renatus <[email protected]>
  • Loading branch information
srenatus authored Apr 30, 2021
1 parent 438f0dc commit a1e3037
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/content/wasm.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ empty (indicating an undefined policy decision) otherwise they should select the
### Advanced Compiling Options

You can also compile Rego policies into Wasm modules from Go using the lower-level
[rego](https://godoc.org/github.com/open-policy-agent/opa/rego#Rego.Compile) API
that produces raw Wasm executables and the higher-level [compile]() API that
produces OPA bundle files. The [compile](https://godoc.org/github.com/open-policy-agent/opa/compile#Compiler.Build)
API is recommended.
[rego](https://pkg.go.dev/github.com/open-policy-agent/opa/rego#Rego.Compile) API
that produces raw Wasm executables and the higher-level
[compile](https://pkg.go.dev/github.com/open-policy-agent/opa/compile#Compiler.Build)
API that produces OPA bundle files. The compile API is recommended.

## Using Compiled Policies

Expand Down

0 comments on commit a1e3037

Please sign in to comment.