Fixed broken links referring to tutorials running as local agent (#14954)

This commit is contained in:
Stuart 2022-10-11 21:01:29 +01:00 committed by GitHub
parent 6a41e0ad94
commit 5eb5fe41c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 8 additions and 8 deletions

View File

@ -48,7 +48,7 @@ by contacting us at security@hashicorp.com.
A few quick start guides are available on the Consul website:
* **Standalone binary install:** https://learn.hashicorp.com/tutorials/consul/get-started-install
* **Standalone binary install:** https://learn.hashicorp.com/collections/consul/get-started-vms
* **Minikube install:** https://learn.hashicorp.com/tutorials/consul/kubernetes-minikube
* **Kind install:** https://learn.hashicorp.com/tutorials/consul/kubernetes-kind
* **Kubernetes install:** https://learn.hashicorp.com/tutorials/consul/kubernetes-deployment-guide

View File

@ -38,8 +38,8 @@ documented below in the
configuration reload.
You can test the following configuration options by following the
[Getting Started](https://learn.hashicorp.com/tutorials/consul/get-started-install?utm_source=docs)
tutorials to install a local agent.
[Getting Started](https://learn.hashicorp.com/collections/consul/get-started-vms?utm_source=docs)
tutorials to install an agent in a VM.
## Ports Used

View File

@ -94,8 +94,8 @@ Consul ships with a `-dev` flag that configures the agent to run in server mode
The `-dev` flag is provided for learning purposes only.
We strongly advise against using it for production environments.
-> **Getting Started Tutorials**: You can test a local agent by following the
[Getting Started tutorials](https://learn.hashicorp.com/tutorials/consul/get-started-install?utm_source=docs).
-> **Getting Started Tutorials**: You can test a local agent in a VM by following the
[Getting Started tutorials](https://learn.hashicorp.com/collections/consul/get-started-vms?utm_source=docs).
When starting Consul with the `-dev` flag, the only additional information Consul needs to run is the location of a directory for storing agent state data.
You can specify the location with the `-data-dir` flag or define the location in an external file and point the file with the `-config-file` flag.

View File

@ -19,7 +19,7 @@ Downloading a precompiled binary is easiest, and we provide downloads over TLS
along with SHA256 sums to verify the binary. We also distribute a PGP signature
with the SHA256 sums that can be verified.
The [Getting Started guides](https://learn.hashicorp.com/tutorials/consul/get-started-install?utm_source=docs) provide a quick walkthrough of installing and using Consul on your local machine.
The [Getting Started guides](https://learn.hashicorp.com/collections/consul/get-started-vms?utm_source=docs) provide a quick walkthrough of installing and using Consul on a VM.
## Precompiled Binaries

View File

@ -25,7 +25,7 @@ Below are several steps towards a minimum Consul setup required for running CTS.
CTS is a daemon that runs alongside Consul, similar to other Consul ecosystem tools like Consul Template. CTS is not included with the Consul binary and needs to be installed separately.
To install a local Consul agent, refer to the [Getting Started: Install Consul Tutorial](https://learn.hashicorp.com/tutorials/consul/get-started-install).
To install a local Consul agent, refer to the [Getting Started: Install Consul Tutorial](https://learn.hashicorp.com/collections/consul/get-started-vms?utm_source=docs).
For information on compatible Consul versions, refer to the [Consul compatibility matrix](/docs/nia/compatibility#consul).

View File

@ -58,7 +58,7 @@
},
{
"title": "Learn Consul on VMs",
"href": "https://learn.hashicorp.com/tutorials/consul/get-started-install"
"href": "https://learn.hashicorp.com/collections/consul/get-started-vms"
},
{
"title": "Manual Bootstrap",