From 6d3e9a9e2473be569a74dd939a346d3924138b57 Mon Sep 17 00:00:00 2001 From: mik-tf Date: Wed, 20 Nov 2024 11:58:09 -0500 Subject: [PATCH] fix link footer --- docs_website/docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs_website/docusaurus.config.ts b/docs_website/docusaurus.config.ts index 0756b7c..d12832d 100644 --- a/docs_website/docusaurus.config.ts +++ b/docs_website/docusaurus.config.ts @@ -202,7 +202,7 @@ const config: Config = { }, { label: 'Gitea', - href: 'https://github.com/threefoldtech/home', + href: 'https://git.ourworld.tf', }, ], },