diff --git a/website/docs/intro/install/buildkite.jsx b/website/docs/intro/install/buildkite.jsx index 659c37045d..d790e55ee6 100644 --- a/website/docs/intro/install/buildkite.jsx +++ b/website/docs/intro/install/buildkite.jsx @@ -1,15 +1,28 @@ -/** - * Copyright (c) The OpenTofu Authors - * SPDX-License-Identifier: MPL-2.0 - * Copyright (c) 2023 HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - +/** + * Copyright (c) The OpenTofu Authors + * SPDX-License-Identifier: MPL-2.0 + * Copyright (c) 2023 HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + import React from 'react'; import BuildKiteSVG from './buildkite.svg' -export default ({children, color}) => ( -

- Thank you to for sponsoring the OpenTofu package hosting. -

-); +const BuildKite = () => { + return ( +

+ + Thank you to{" "} + {" "} + for sponsoring the OpenTofu package hosting. + +

+ ); +}; + +export default BuildKite; diff --git a/website/docs/intro/migration/terraform-1.5-or-lower.mdx b/website/docs/intro/migration/terraform-1.5-or-lower.mdx index 07a21ed02b..d0db824f37 100644 --- a/website/docs/intro/migration/terraform-1.5-or-lower.mdx +++ b/website/docs/intro/migration/terraform-1.5-or-lower.mdx @@ -121,7 +121,7 @@ If you encountered a bug, [please report it on GitHub](https://github.com/opento ## Troubleshooting -If you encounter any issues during the migration to OpenTofu, you can join the [OpenTofu Slack](/slack/) or ask on +If you encounter any issues during the migration to OpenTofu, you can join the OpenTofu Slack or ask on [GitHub Discussions](https://github.com/orgs/opentofu/discussions). ### Error: Failed to query available provider packages diff --git a/website/docs/intro/migration/terraform-1.6.mdx b/website/docs/intro/migration/terraform-1.6.mdx index 36d9808756..bc69bcbaf4 100644 --- a/website/docs/intro/migration/terraform-1.6.mdx +++ b/website/docs/intro/migration/terraform-1.6.mdx @@ -136,7 +136,7 @@ If you encountered a bug, [please report it on GitHub](https://github.com/opento ## Troubleshooting -If you encounter any issues during the migration to OpenTofu, you can join the [OpenTofu Slack](/slack/) or ask on +If you encounter any issues during the migration to OpenTofu, you can join the OpenTofu Slack or ask on [GitHub Discussions](https://github.com/orgs/opentofu/discussions). ### Error: Failed to query available provider packages diff --git a/website/docs/intro/migration/terraform-1.7.mdx b/website/docs/intro/migration/terraform-1.7.mdx index dfba0ee003..f73db9e534 100644 --- a/website/docs/intro/migration/terraform-1.7.mdx +++ b/website/docs/intro/migration/terraform-1.7.mdx @@ -148,7 +148,7 @@ If you encountered a bug, [please report it on GitHub](https://github.com/opento ## Troubleshooting -If you encounter any issues during the migration to OpenTofu, you can join the [OpenTofu Slack](/slack/) or ask on +If you encounter any issues during the migration to OpenTofu, you can join the OpenTofu Slack or ask on [GitHub Discussions](https://github.com/orgs/opentofu/discussions). ### Error: Failed to query available provider packages diff --git a/website/docs/intro/migration/terraform-1.8.mdx b/website/docs/intro/migration/terraform-1.8.mdx index 0eb5504f6e..9ee3f9214c 100644 --- a/website/docs/intro/migration/terraform-1.8.mdx +++ b/website/docs/intro/migration/terraform-1.8.mdx @@ -147,7 +147,7 @@ If you encountered a bug, [please report it on GitHub](https://github.com/opento ## Troubleshooting -If you encounter any issues during the migration to OpenTofu, you can join the [OpenTofu Slack](/slack/) or ask on +If you encounter any issues during the migration to OpenTofu, you can join the OpenTofu Slack or ask on [GitHub Discussions](https://github.com/orgs/opentofu/discussions). ### Error: Failed to query available provider packages diff --git a/website/docs/intro/upgrading.mdx b/website/docs/intro/upgrading.mdx index 2f79d65222..3eca9adfbe 100644 --- a/website/docs/intro/upgrading.mdx +++ b/website/docs/intro/upgrading.mdx @@ -100,7 +100,7 @@ If you encountered a bug, [please report it on GitHub](https://github.com/opento ## Troubleshooting -If you encounter any issues during the migration to OpenTofu, you can join the [OpenTofu Slack](/slack/) or ask on +If you encounter any issues during the migration to OpenTofu, you can join the OpenTofu Slack or ask on [GitHub Discussions](https://github.com/orgs/opentofu/discussions). ### Error: Failed to query available provider packages