From 4eb674f05d4f29c4ef7208d051f82d2f756a7527 Mon Sep 17 00:00:00 2001 From: Imti Majeed Date: Mon, 1 Apr 2024 19:26:40 -0700 Subject: [PATCH] fix: update foundry tutorial link (#398) --- apps/base-docs/base-camp/sidebars.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/base-docs/base-camp/sidebars.js b/apps/base-docs/base-camp/sidebars.js index f7ee7c94cb..82654fffe7 100644 --- a/apps/base-docs/base-camp/sidebars.js +++ b/apps/base-docs/base-camp/sidebars.js @@ -196,7 +196,7 @@ const sidebars = { { type: 'link', label: 'Introduction to Foundry', - href: 'https://docs.base.org/building-with-base/guides/building-with-base-and-foundry/introduction', + href: 'https://docs.base.org/tutorials/intro-to-foundry-setup', className: 'sidebar-coding', }, ],