From ff6da505c790eba13cd725e0fcbe55252fa7964e Mon Sep 17 00:00:00 2001 From: technobaboo Date: Thu, 22 Jul 2021 12:31:43 -0500 Subject: [PATCH] Update GitHub links --- docusaurus.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 5acbb30a..3995181d 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -48,7 +48,7 @@ module.exports = { position: 'right', }, { - href: 'https://github.com/technobaboo/stardust-xr', + href: 'https://github.com/StardustXR/stardust-xr', label: 'GitHub', position: 'right', }, @@ -96,11 +96,11 @@ module.exports = { items: [ { label: 'Stardust XR (Server)', - href: 'https://github.com/technobaboo/stardust-xr', + href: 'https://github.com/StardustXR/stardust-xr', }, { label: 'libstardustxr (includes Fusion)', - href: 'https://github.com/technobaboo/libstardustxr', + href: 'https://github.com/StardustXR/libstardustxr', }, ], },