a couple more anchor link fixes

This commit is contained in:
Jeff Escalante 2020-04-13 19:11:41 -04:00
parent 62c991c66d
commit cc19b88288
No known key found for this signature in database
GPG Key ID: 32D23C61AB5450DB
2 changed files with 3 additions and 3 deletions

View File

@ -165,7 +165,7 @@ $ curl \
- `ReplicatedTokenIndex` - The last token index that was successfully replicated. - `ReplicatedTokenIndex` - The last token index that was successfully replicated.
This index can be compared with the value of the `X-Consul-Index` header returned This index can be compared with the value of the `X-Consul-Index` header returned
by the [`/v1/acl/tokens`](/api/acl/tokens#list) endpoint to determine by the [`/v1/acl/tokens`](/api/acl/tokens#list-acls) endpoint to determine
if the replication process has gotten all available ACL tokens. Note that ACL if the replication process has gotten all available ACL tokens. Note that ACL
replication is rate limited so the indexes may lag behind the primary replication is rate limited so the indexes may lag behind the primary
datacenter. datacenter.
@ -234,7 +234,7 @@ This endpoint translates the legacy rules embedded within a legacy ACL into the
syntax. It is intended to be used by operators managing Consul's ACLs and performing syntax. It is intended to be used by operators managing Consul's ACLs and performing
legacy token to new policy migrations. Note that this API requires the auto-generated legacy token to new policy migrations. Note that this API requires the auto-generated
Accessor ID of the legacy token. This ID can be retrieved using the Accessor ID of the legacy token. This ID can be retrieved using the
[`/v1/acl/token/self`](/api/acl/tokens#self) endpoint. [`/v1/acl/token/self`](/api/acl/tokens#read-self-token) endpoint.
| Method | Path | Produces | | Method | Path | Produces |
| ------ | ----------------------------------- | ------------ | | ------ | ----------------------------------- | ------------ |

View File

@ -284,7 +284,7 @@ definition](/docs/connect/registration/service-registration) or
These fields may also be overridden explicitly in the [proxy service These fields may also be overridden explicitly in the [proxy service
definition](/docs/connect/registration/service-registration), or defined in definition](/docs/connect/registration/service-registration), or defined in
the [global `proxy-defaults` configuration the [global `proxy-defaults` configuration
entry](/docs/agent/config_entries/proxy-defaults) to act as entry](/docs/agent/config-entries/proxy-defaults) to act as
defaults that are inherited by all services. defaults that are inherited by all services.
Prior to 1.8.0 these settings were specific to Mesh Gateways. The deprecated Prior to 1.8.0 these settings were specific to Mesh Gateways. The deprecated