Skip to content

Commit

Permalink
Finish renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
damianstasik committed Sep 18, 2023
1 parent 6e34928 commit 856b81a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The documentation is divided into four main sections, covering CLI-based workflo
href: "/docs/language",
label: "Language",
description:
"Use the OpenTF configuration language to describe the infrastructure that OpenTF manages.",
"Use the OpenTofu configuration language to describe the infrastructure that OpenTofu manages.",
},
]}
/>
4 changes: 2 additions & 2 deletions faq.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<AccordionItem summary="Is OpenTF going to be a foundation?" open highlight>
<AccordionItem summary="Is OpenTofu going to be a foundation?" open highlight>

We strongly prefer joining an existing reputable foundation over creating a
new one. Stay tuned for additional details in the coming week.
Expand Down Expand Up @@ -41,7 +41,7 @@ The move to BUSL—which is _not_ a free and open source license—broke the imp

Terraform would've never gotten the adoption it did, or all the contributions from the community had it not been open-source. Most of us would've never agreed to the CLA to contribute to the project if it was BUSL licensed. Taking all those contributions and all that community trust, and then changing to the BUSL license is a bait and switch.

The OpenTF manifesto is about _undoing_ those changes! It's about going back to the way Terraform was for the first ~9 years: as a truly open-source tool that we can all trust, contribute to, and use as we wish.
The OpenTofu manifesto is about _undoing_ those changes! It's about going back to the way Terraform was for the first ~9 years: as a truly open-source tool that we can all trust, contribute to, and use as we wish.

</AccordionItem>

Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default function Footer({ links }: FooterProps) {
<SocialIconLink
name="github"
href="https://github.com/opentffoundation/manifesto"
label="Go to the OpenTF's manifesto GitHub repository"
label="Go to the OpenTofu's manifesto GitHub repository"
hiddenLabel
/>
<SocialIconLink
Expand Down
4 changes: 2 additions & 2 deletions src/components/HowToContribute/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default function HowToContribute() {
<section className="flex flex-col justify-center w-full py-5 md:py-10 px-4">
<div className="w-full max-w-4xl mx-auto leading-snug">
<h2 className="text-center text-3xl md:text-5xl mb-3 md:mb-6 font-bold">
How to use and contribute to OpenTF?
How to use and contribute to OpenTofu?
</h2>
<p className="text-gray-600 dark:text-gray-500 text-center text-base md:text-xl mb-6 md:mb-12 md:leading-relaxed">
The best way to show practical support for the OpenTofu initiative is
Expand All @@ -18,7 +18,7 @@ export default function HowToContribute() {
>
contribution guide
</Link>{" "}
explains OpenTF contribution recommended practices, including how to
explains OpenTofu contribution recommended practices, including how to
submit issues, how to get involved in the discussion, how to work on
the code, and how to contribute code changes.
</p>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/manifesto.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ import Headline from "../components/Headline";
export default function Manifesto() {
return (
<Layout
title="The OpenTF Manifesto"
title="The OpenTofu Manifesto"
description="Terraform was open-sourced in 2014 under the Mozilla Public License
(v2.0) (the “MPL”). Over the next ~9 years, it built up a community
that included thousands of users, contributors, customers, certified
practitioners, vendors, and an ecosystem of open-source modules,
plugins, libraries, and extensions."
>
<Jumbotron>
<Headline className="max-w-2xl">The OpenTF Manifesto</Headline>
<Headline className="max-w-2xl">The OpenTofu Manifesto</Headline>
</Jumbotron>
<TextContent className="max-w-2xl">
<p>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/supporters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function SupportersPage() {
const isMoreButtonVisible = filteredSupporters.length > INITIAL_LIST_COUNT;

return (
<Layout title="OpenTF Supporters">
<Layout title="OpenTofu Supporters">
<Jumbotron>
<Headline>Supporters</Headline>
</Jumbotron>
Expand Down

0 comments on commit 856b81a

Please sign in to comment.