diff --git a/docs/sidebars.js b/docs/sidebars.js index 59b1ffaf..22e4d817 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -73,7 +73,7 @@ module.exports = { }, { type: "link", - href: "https://github.com/flashbots/suave-geth", + href: "https://github.com/orgs/flashbots/repositories?q=suave", label: "GitHub", }, ], diff --git a/docusaurus.config.js b/docusaurus.config.js index 709aae03..49926b42 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -63,7 +63,7 @@ module.exports = async function createConfigAsync() { }, items: [ { - href: 'https://github.com/flashbots/suave-geth', + href: 'https://github.com/orgs/flashbots/repositories?q=suave', label: 'GitHub', position: 'right', }, @@ -106,4 +106,4 @@ module.exports = async function createConfigAsync() { ], ], } -} +} \ No newline at end of file