From 9a54ab98f811c8468f68bd55990b8b8b1c60927d Mon Sep 17 00:00:00 2001 From: Danilo Leal <67129314+danilo-leal@users.noreply.github.com> Date: Thu, 21 Sep 2023 05:58:38 -0300 Subject: [PATCH] [docs][joy-ui] Fix the Templates link on the Overview page (#39086) --- docs/src/modules/components/JoyStartingLinksCollection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/modules/components/JoyStartingLinksCollection.js b/docs/src/modules/components/JoyStartingLinksCollection.js index 552e24875fee9c..040863db1b5a76 100644 --- a/docs/src/modules/components/JoyStartingLinksCollection.js +++ b/docs/src/modules/components/JoyStartingLinksCollection.js @@ -21,7 +21,7 @@ const content = [ { title: 'Templates', description: 'Get started with our selection of free application templates.', - link: 'joy-ui/getting-started/templates/', + link: '/joy-ui/getting-started/templates/', icon: , }, ];