docs: Fix links to Sentinel docs for Consul
Current URL returns a 404 error. Correct links to point to the proper URL.
This commit is contained in:
parent
f6785b88b9
commit
854a4bbd49
|
@ -804,7 +804,7 @@ A token with `write` access on a prefix also has `list` access. A token with `li
|
|||
#### Sentinel Integration
|
||||
|
||||
Consul Enterprise supports additional optional fields for key write policies for
|
||||
[Sentinel](https://docs.hashicorp.com/sentinel/app/consul/) integration. An example key rule with a
|
||||
[Sentinel](https://docs.hashicorp.com/sentinel/consul/) integration. An example key rule with a
|
||||
Sentinel code policy looks like this:
|
||||
|
||||
```hcl
|
||||
|
|
|
@ -263,7 +263,7 @@ A token with `write` access on a prefix also has `list` access. A token with `li
|
|||
#### Sentinel Integration
|
||||
|
||||
Consul Enterprise supports additional optional fields for key write policies for
|
||||
[Sentinel](https://docs.hashicorp.com/sentinel/app/consul/) integration. An example key rule with a
|
||||
[Sentinel](https://docs.hashicorp.com/sentinel/consul/) integration. An example key rule with a
|
||||
Sentinel code policy looks like this:
|
||||
|
||||
```hcl
|
||||
|
|
|
@ -12,7 +12,7 @@ and "deny" policies to support full conditional logic and integration with
|
|||
external systems. [Learn more about Sentinel here.](https://docs.hashicorp.com/sentinel/concepts/).
|
||||
|
||||
To get started with Sentinel in Consul,
|
||||
[read the general documentation](https://docs.hashicorp.com/sentinel/app/consul/) or
|
||||
[read the general documentation](https://docs.hashicorp.com/sentinel/consul/) or
|
||||
[Consul documentation](/docs/agent/sentinel.html).
|
||||
|
||||
|
||||
|
|
|
@ -791,7 +791,7 @@ A token with `write` access on a prefix also has `list` access. A token with `li
|
|||
#### Sentinel Integration
|
||||
|
||||
Consul Enterprise supports additional optional fields for key write policies for
|
||||
[Sentinel](https://docs.hashicorp.com/sentinel/app/consul/) integration. An example key rule with a
|
||||
[Sentinel](https://docs.hashicorp.com/sentinel/consul/) integration. An example key rule with a
|
||||
Sentinel code policy looks like this:
|
||||
|
||||
```text
|
||||
|
|
Loading…
Reference in New Issue