diff --git a/website/docs/configuration/modules.html.md b/website/docs/configuration/modules.html.md index 02cebace4..a1c1060ad 100644 --- a/website/docs/configuration/modules.html.md +++ b/website/docs/configuration/modules.html.md @@ -119,7 +119,7 @@ instance. Full resource addresses for module contents are used within the UI and on the command line, but cannot be used within a Terraform configuration. Only -[outputs](docs/configuration/outputs.html) from a module can be referenced from +[outputs](./outputs.html) from a module can be referenced from elsewhere in your configuration. ## Other Meta-arguments diff --git a/website/docs/configuration/providers.html.md b/website/docs/configuration/providers.html.md index 7b1335867..bca37ef7e 100644 --- a/website/docs/configuration/providers.html.md +++ b/website/docs/configuration/providers.html.md @@ -173,13 +173,13 @@ from their parents. The `version` meta-argument specifies a version constraint for a provider, and works the same way as the `version` argument in a -[`required_providers` block](./provider_requirements.html). The version +[`required_providers` block](./provider-requirements.html). The version constraint in a provider configuration is only used if `required_providers` does not include one for that provider. **We do not recommend using the `version` argument in provider configurations.** In Terraform 0.13 and later, version constraints should always be declared in -[the `required_providers` block](./provider_requirements.html). +[the `required_providers` block](./provider-requirements.html). -> **Note:** The `version` meta-argument made sense before Terraform 0.13, since Terraform could only install providers that were distributed by HashiCorp. Now diff --git a/website/docs/internals/module-registry-protocol.html.md b/website/docs/internals/module-registry-protocol.html.md index 863ac03f9..0369f1127 100644 --- a/website/docs/internals/module-registry-protocol.html.md +++ b/website/docs/internals/module-registry-protocol.html.md @@ -81,7 +81,7 @@ blocks have the same source address. ## Service Discovery The providers protocol begins with Terraform CLI using -[./remote-service-discovery.html](Terraform's remote service discovery protocol), +[Terraform's remote service discovery protocol](./remote-service-discovery.html), with the hostname in the module address acting as the "User-facing Hostname". The service identifier for the module registry protocol is `modules.v1`.