summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-05-14 01:16:24 +0300
committerYuriy Andamasov <yuriy@vyos.io>2026-05-14 01:16:24 +0300
commitdec7dcb1eae0e547bca403f82b39bbb0a40a5d00 (patch)
treebb3d2ce302425f3495c65a1bc259e1cc3d8d1626
parent3c4b0d49a77e864bc20dc7b3609745912f59d585 (diff)
downloadvyos-documentation-dec7dcb1eae0e547bca403f82b39bbb0a40a5d00.tar.gz
vyos-documentation-dec7dcb1eae0e547bca403f82b39bbb0a40a5d00.zip
docs(terraform): replace non-descriptive [link]/[install] reference labels
Surfaced by CodeRabbit on the circinus RST→MD conversion PR [vyos-documentation#2021](https://github.com/vyos/vyos-documentation/pull/2021) (`terraformvyos.md:14`). Both labels violate MD059 (descriptive link text) — generic words like "link" don't convey the destination to screen-reader users or search indexers. Pre-existing on rolling; out of scope for the conversion port, fixed here at the source. Mergify will backport to circinus and sagitta. Sibling `automation/terraform/index.md` already uses the descriptive form ([Terraform], [Ansible]). 🤖 Generated by [robots](https://vyos.io)
-rw-r--r--docs/automation/terraform/terraformvyos.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/automation/terraform/terraformvyos.md b/docs/automation/terraform/terraformvyos.md
index bfe1b6d1..c748b462 100644
--- a/docs/automation/terraform/terraformvyos.md
+++ b/docs/automation/terraform/terraformvyos.md
@@ -11,9 +11,9 @@ provisioning via Ansible. Terraform allows you to automate the
process of deploying instances on many cloud and virtual
platforms. In this article, we will look at using Terraform to
deploy VyOS on platforms - AWS, Azure, and vSphere. For more
-details about Terraform please have a look at [link].
+details about Terraform, see the [Terraform introduction].
-You will need to [install] Terraform before proceeding.
+You will need to [install Terraform] before proceeding.
Structure of files in the standard Terraform project:
@@ -39,6 +39,6 @@ yes # apply running
% start_vyoslinter
-[install]: https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli
-[link]: https://developer.hashicorp.com/terraform/intro
+[install Terraform]: https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli
+[Terraform introduction]: https://developer.hashicorp.com/terraform/intro