Skip to content

Commit

Permalink
Rename remaining critical OpenTF mentions
Browse files Browse the repository at this point in the history
  • Loading branch information
damianstasik committed Sep 19, 2023
1 parent 456a87e commit b695bd4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# opentf.org
# opentofu.org
7 changes: 1 addition & 6 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ const config = {

baseUrl: "/",

// TODO: Provide final values
organizationName: "opentf",
projectName: "docs",

// TODO: Once we clean up links we can switch to "throw"
onBrokenLinks: "warn",
onBrokenMarkdownLinks: "warn",
Expand Down Expand Up @@ -221,11 +217,10 @@ const config = {
// },
// ],
// },
// TODO: replace href with opentf repo once it's public
{
type: "custom-github-stars-navbar-item",
position: "right",
ghRepoUrl: "https://github.com/opentofu/manifesto",
ghRepoUrl: "https://github.com/opentofu/opentofu",
buttonLabel: "Star",
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/components/GitHubStarsNavbarItem/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function GitHubStartNavbarItem({
}
data-size="large"
data-show-count="true"
aria-label="Star opentffoundation/manifesto on GitHub"
aria-label="Star OpenTofu on GitHub"
>
{buttonLabel}
</GitHubButton>
Expand Down
2 changes: 1 addition & 1 deletion src/components/HowToSupport/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default function HowToSupport() {
>
1. Going to the{" "}
<Link
href="https://github.com/opentffoundation/manifesto"
href="https://github.com/opentofu/manifesto"
className="underline"
>
manifesto repository
Expand Down
7 changes: 2 additions & 5 deletions src/pages/manifesto.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,11 @@ export default function Manifesto() {
open-source license to ensure a single, impartial, reliable home for
Terraform where the whole community could unite to keep building this
amazing ecosystem. With no response from Hashicorp by August 25, we{" "}
<Link
href="https://github.com/opentffoundation/opentf"
target="_blank"
>
<Link href="https://github.com/opentofu/opentofu" target="_blank">
created a fork of Terraform
</Link>
, which is now public. You can read more about the fork announcement{" "}
<Link href="https://opentf.org/fork" target="_blank">
<Link href="https://opentofu.org/fork" target="_blank">
here
</Link>
.
Expand Down

0 comments on commit b695bd4

Please sign in to comment.