Fix Docusaurus "broken link" warnings on 1.8 branch of docs (#1884) (#1898)

Signed-off-by: Tom Spurling <tom@tspurling.co.uk>
Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
Co-authored-by: may every hack help <137650446+mehhhhhhhhhhhhhhh@users.noreply.github.com>
Co-authored-by: Tom Spurling <tom@tspurling.co.uk>
This commit is contained in:
Christian Mesh 2024-08-12 08:23:04 -04:00 committed by GitHub
parent 7cdad9e993
commit 2b1167debd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 10 additions and 11 deletions

View File

@ -11,7 +11,7 @@ TF Automation and Collaboration Software (TACOS) are platforms which allow teams
# What are some examples? # What are some examples?
There are a variety of platforms which offer OpenTofu support, both Open Source and Commercial. Many of these organizations support OpenTofu directly and can be found on our [supporters](../../../supporters) page. There are a variety of platforms which offer OpenTofu support, both Open Source and Commercial. Many of these organizations support OpenTofu directly and can be found on our [supporters](/supporters) page.

View File

@ -179,9 +179,9 @@ where they appear. Some of most common local names are:
:::note :::note
Local names are often referred to as _variables_ or Local names are often referred to as _variables_ or
_temporary variables_ in their documentation. These are not [input _temporary variables_ in their documentation. These are not
variables](../../language/values/variables.mdx); they are just arbitrary names [input variables](../../language/values/variables.mdx); they are just
that temporarily represent a value. arbitrary names that temporarily represent a value.
::: :::
The names in this section relate to top-level configuration blocks only. The names in this section relate to top-level configuration blocks only.

View File

@ -12,9 +12,9 @@ OpenTofu can install and use them. This page documents how to declare providers
so OpenTofu can install them. so OpenTofu can install them.
Additionally, some providers require configuration (like endpoint URLs or cloud Additionally, some providers require configuration (like endpoint URLs or cloud
regions) before they can be used. The [Provider regions) before they can be used. The
Configuration](../../language/providers/configuration.mdx) page documents how [Provider Configuration](../../language/providers/configuration.mdx) page
to configure settings for providers. documents how to configure settings for providers.
## Requiring Providers ## Requiring Providers

View File

@ -36,8 +36,7 @@ OpenTofu state will be written into the file `path/mystate/version-1.tfstate`. T
## Data Source Configuration ## Data Source Configuration
To make use of the OSS remote state in another configuration, use the To make use of the OSS remote state in another configuration, use the
[`terraform_remote_state` data [`terraform_remote_state` data source](../../../language/state/remote-state-data.mdx).
source](../../../language/state/remote-state-data/index.mdx).
```hcl ```hcl
terraform { terraform {

View File

@ -40,8 +40,8 @@ following sections.
The nested `backend` block configures which state backend OpenTofu should use. The nested `backend` block configures which state backend OpenTofu should use.
The syntax and behavior of the `backend` block is described in [Backend The syntax and behavior of the `backend` block is described in
Configuration](../../language/settings/backends/configuration.mdx). [Backend Configuration](../../language/settings/backends/configuration.mdx).
## Specifying a Required OpenTofu Version ## Specifying a Required OpenTofu Version