From 774763ed27a2635514af117c9f6c9ed24dee0fdd Mon Sep 17 00:00:00 2001 From: technobaboo Date: Wed, 21 Jul 2021 16:43:02 -0500 Subject: [PATCH] Fix broken link --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 18e5af7b..50a5bd8a 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -68,7 +68,7 @@ module.exports = { items: [ { label: 'GitHub', - href: 'https://github.com/technobaboo/stardustxr', + href: 'https://github.com/technobaboo/stardust-xr', }, ], },