mirror of https://github.com/hashicorp/consul
[docs] fix link to prepared query rules (#5435)
* [docs] fix link to prepared query rules * Update website/source/api/query.html.md Co-Authored-By: judithpatudith <judith@hashicorp.com>pull/5443/head
parent
f1864b128e
commit
80194732c5
|
@ -19,8 +19,9 @@ would be possible given the limited entry points exposed by DNS.
|
|||
See the [Geo Failover Guide](/docs/guides/geo-failover.html) for details and
|
||||
examples for using prepared queries to implement geo failover for services.
|
||||
|
||||
See the ACL Guide's [prepared query rules](/docs/guides/acl.html#prepared-query-rules)
|
||||
section for more details about how prepared queries work with Consul's ACL system.
|
||||
See the [prepared query rules](/docs/agent/acl-rules.html#prepared-query-rules)
|
||||
section of the agent ACL documentation for more details about how prepared
|
||||
queries work with Consul's ACL system.
|
||||
|
||||
### Prepared Query Templates
|
||||
|
||||
|
|
Loading…
Reference in New Issue