From 42f3dbfd1ce4707b7e1c76f2c88f839b6e1f68d5 Mon Sep 17 00:00:00 2001 From: vamsisai Date: Mon, 15 Sep 2025 22:38:42 +0530 Subject: [PATCH] fix : footer-links --- docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index f759c863..3e77a438 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -778,11 +778,11 @@ const config = { items: [ { label: "GitHub", - href: "https://github.com/Layr-Labs", + href: "https://github.com/Layr-Labs/eigencloud-docs", }, { label: "Youtube", - href: "https://www.youtube.com/@EigenLayer", + href: "https://www.youtube.com/@EigenCloud", }, ], },