From f47fa85fb09b9a8621c17fa03b57a1a89b5bb2b6 Mon Sep 17 00:00:00 2001 From: srinjoyc Date: Mon, 9 Dec 2024 11:59:09 -0800 Subject: [PATCH] corrected link in sidebar to awesome stylus --- website/sidebars.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/sidebars.js b/website/sidebars.js index 2769830ac..fd5652f39 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -594,7 +594,7 @@ const sidebars = { { type: 'link', label: 'Awesome Stylus', - href: 'https://docs.rs/stylus-sdk/latest/stylus_sdk/index.html', + href: 'https://github.com/OffchainLabs/awesome-stylus', }, ], },