website: fixes redirected links (#17574)

* fixes redirected links

* fix broken link to key wrapping guide
This commit is contained in:
Bryce Kalow
2022-10-18 13:06:27 -05:00
committed by GitHub
parent d4766766f2
commit 47875daf53
33 changed files with 53 additions and 53 deletions

View File

@@ -164,7 +164,7 @@ counted as voters before they are capable of voting.
As of Vault 1.7, a dead server cleanup capability is available. With this feature
enabled, unhealthy nodes are automatically removed from the Raft cluster without
manual operator intervention. This is enabled via the [Autopilot API](https://www.vaultproject.io/api/system/storage/raftautopilot).
manual operator intervention. This is enabled via the [Autopilot API](/api-docs/system/storage/raftautopilot).
If you wish to decommission a node manually, this can be done with the
`remove peer` [command](/docs/commands/operator/raft#remove-peer).

View File

@@ -24,7 +24,7 @@ by that backend.
For the Consul storage backend, the default limit imposed by Consul is
512 KiB. This may be configured via Consuls
[`kv_max_value_size`](https://www.consul.io/docs/agent/config/config-files#kv_max_value_size) parameter, introduced in version 1.5.3.
[`kv_max_value_size`](https://developer.hashicorp.com/consul/docs/agent/config/config-files#kv_max_value_size) parameter, introduced in version 1.5.3.
For the integrated storage backend, the default limit (introduced in
Vault 1.5.0) is 1 MiB. This may be configured via `max_entry_size` in