website: fix an assortment of broken links

This commit is contained in:
Jack Pearkes 2018-06-25 12:05:29 -07:00
parent 3127fccec4
commit d3cec142d4
5 changed files with 7 additions and 7 deletions

View file

@ -104,7 +104,7 @@ $ curl \
This endpoint updates the configuration for the CA. If this results in a This endpoint updates the configuration for the CA. If this results in a
new root certificate being used, the [Root Rotation] new root certificate being used, the [Root Rotation]
(/docs/guides/connect-ca.html#rotation) process will be triggered. (/docs/connect/ca.html#root-certificate-rotation) process will be triggered.
| Method | Path | Produces | | Method | Path | Produces |
| ------ | ---------------------------- | -------------------------- | | ------ | ---------------------------- | -------------------------- |

View file

@ -13,7 +13,7 @@ Command: `consul connect ca`
The CA connect command is used to interact with Consul Connect's Certificate Authority The CA connect command is used to interact with Consul Connect's Certificate Authority
subsystem. The command can be used to view or modify the current CA configuration. See the subsystem. The command can be used to view or modify the current CA configuration. See the
[Connect CA Guide](/docs/guides/connect-ca.html) for more information. [Connect CA documentation](/docs/connect/ca.html) for more information.
```text ```text
Usage: consul connect ca <subcommand> [options] [args] Usage: consul connect ca <subcommand> [options] [args]
@ -64,7 +64,7 @@ The output looks like this:
## set-config ## set-config
Modifies the current CA configuration. If this results in a new root certificate Modifies the current CA configuration. If this results in a new root certificate
being used, the [Root Rotation](/docs/guides/connect-ca.html#rotation) process being used, the [Root Rotation](/docs/connect/ca.html#root-certificate-rotation) process
will be triggered. will be triggered.
Usage: `consul connect ca set-config [options]` Usage: `consul connect ca set-config [options]`

View file

@ -33,7 +33,7 @@ will generate the initial root certificates and setup the internal Consul server
state. state.
For the initial bootstrap, the CA provider can be configured through the For the initial bootstrap, the CA provider can be configured through the
[Agent configuration](docs/agent/options.html#connect_ca_config). After [Agent configuration](/docs/agent/options.html#connect_ca_config). After
initialization, the CA can only be updated through the initialization, the CA can only be updated through the
[Update CA Configuration API endpoint](/api/connect/ca.html#update-ca-configuration). [Update CA Configuration API endpoint](/api/connect/ca.html#update-ca-configuration).
If a CA is already initialized, any changes to the CA configuration in the If a CA is already initialized, any changes to the CA configuration in the

View file

@ -82,7 +82,7 @@ been generated (as seen above in the roots list).
There are two ways to have the Consul CA use a custom private key and root certificate: There are two ways to have the Consul CA use a custom private key and root certificate:
either through the `ca_config` section of the [Agent configuration] either through the `ca_config` section of the [Agent configuration]
(docs/agent/options.html#connect_ca_config) (which can only be used during the cluster's (/docs/agent/options.html#connect_ca_config) (which can only be used during the cluster's
initial bootstrap) or through the [Update CA Configuration endpoint] initial bootstrap) or through the [Update CA Configuration endpoint]
(/api/connect/ca.html#update-ca-configuration). (/api/connect/ca.html#update-ca-configuration).

View file

@ -117,7 +117,7 @@ Consul supporting namespaces.
## Intention Management Permissions ## Intention Management Permissions
Intention management can be protected by [ACLs](/docs/guides/acls.html). Intention management can be protected by [ACLs](/docs/guides/acl.html).
Permissions for intentions are _destination-oriented_, meaning the ACLs Permissions for intentions are _destination-oriented_, meaning the ACLs
for managing intentions are looked up based on the destination value for managing intentions are looked up based on the destination value
of the intention, not the source. of the intention, not the source.