Skip to content

Commit

Permalink
Update links to repo (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
damianstasik authored Sep 19, 2023
1 parent 6279fd0 commit 456a87e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Variables
# Variables (TODO: update this after moving to opentofu org)
REPO_URL := https://github.com/opentffoundation/opentf.git
CLONE_DIR := ./opentf-repo
DEST_DIR := .
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ const config = {
{
type: "custom-github-stars-navbar-item",
position: "right",
ghRepoUrl: "https://github.com/opentffoundation/manifesto",
ghRepoUrl: "https://github.com/opentofu/manifesto",
buttonLabel: "Star",
},
{
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 @@ -46,7 +46,7 @@ export default function Footer({ links }: FooterProps) {
<div className="flex gap-6">
<SocialIconLink
name="github"
href="https://github.com/opentffoundation/manifesto"
href="https://github.com/opentofu/manifesto"
label="Go to the OpenTofu's manifesto GitHub repository"
hiddenLabel
/>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Hero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function Hero() {
</Button>
<Button
variant="primary"
href="https://github.com/opentffoundation/opentf/blob/main/CONTRIBUTING.md"
href="https://github.com/opentofu/opentofu/blob/main/CONTRIBUTING.md"
>
Contribute
</Button>
Expand Down
8 changes: 6 additions & 2 deletions src/components/HowToContribute/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function HowToContribute() {
The best way to show practical support for the OpenTofu initiative is
to contribute. This{" "}
<Link
href="https://github.com/opentffoundation/opentf/blob/main/CONTRIBUTING.md"
href="https://github.com/opentofu/opentofu/blob/main/CONTRIBUTING.md"
className="underline text-gray-900 dark:text-gray-50"
>
contribution guide
Expand All @@ -23,7 +23,11 @@ export default function HowToContribute() {
submit issues, how to get involved in the discussion, how to work on
the code, and how to contribute code changes.
</p>
<Button className="mx-auto max-w-fit" variant="primary" href="https://github.com/opentffoundation/opentf/blob/main/CONTRIBUTING.md">
<Button
className="mx-auto max-w-fit"
variant="primary"
href="https://github.com/opentofu/opentofu/blob/main/CONTRIBUTING.md"
>
Contribute
</Button>
</div>
Expand Down

0 comments on commit 456a87e

Please sign in to comment.