From a5a3a359574d5e931af3581b484051f8a3fa6c5c Mon Sep 17 00:00:00 2001 From: "sergei.smirnov" Date: Tue, 26 Nov 2024 23:51:01 +0300 Subject: [PATCH] fix: Update urls to correct --- docusaurus.config.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 4768386..b5ccf71 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -73,7 +73,7 @@ const config = { label: 'Mriya', }, { - href: 'https://github.com/facebook/docusaurus', + href: 'https://github.com/HolySwitch', label: 'GitHub', position: 'right', }, @@ -85,9 +85,13 @@ const config = { { title: 'Community', items: [ + { + label: 'GitHub', + href: 'https://github.com/HolySwitch', + }, { label: 'Telegram', - href: 'https://twitter.com/docusaurus', + href: 'https://t.me/holyswitch', }, ], },