From 00ed1372e1a5eab8e05c50cdd34164bb5aecde01 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Fri, 31 Jan 2020 22:20:04 +0100 Subject: [PATCH] Docs: Fixed footer link. --- docusaurus.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index cea5975..6a5e9bd 100755 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -73,13 +73,13 @@ module.exports = { title: 'Community', items: [ { - label: 'GitHub', - href: 'https://git.qoto.org/goblin-ogm/goblin', + label: 'QOTO GitLab', + href: 'https://git.qoto.org/goblin-ogm', }, { label: 'Mastodon', href: 'https://qoto.org/@goblin', - }, + } // { // label: "Discord", // href: "https://discordapp.com/invite/docusaurus" -- GitLab