From 456a87e44b98ebfa278d85e5d9f7f9943d8daa84 Mon Sep 17 00:00:00 2001 From: Damian Stasik <920747+damianstasik@users.noreply.github.com> Date: Tue, 19 Sep 2023 13:38:00 +0200 Subject: [PATCH] Update links to repo (#132) --- Makefile | 2 +- docusaurus.config.js | 2 +- src/components/Footer/index.tsx | 2 +- src/components/Hero/index.tsx | 2 +- src/components/HowToContribute/index.tsx | 8 ++++++-- 5 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 4130804a..9a86e0ea 100644 --- a/Makefile +++ b/Makefile @@ -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 := . diff --git a/docusaurus.config.js b/docusaurus.config.js index c0ed9b8b..70f4625d 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -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", }, { diff --git a/src/components/Footer/index.tsx b/src/components/Footer/index.tsx index 51fbe029..ca1d262e 100644 --- a/src/components/Footer/index.tsx +++ b/src/components/Footer/index.tsx @@ -46,7 +46,7 @@ export default function Footer({ links }: FooterProps) {