From c9e6dbd98acbc304c95139c06de79da52e9bf996 Mon Sep 17 00:00:00 2001 From: Danilo Leal <67129314+danilo-leal@users.noreply.github.com> Date: Wed, 20 Sep 2023 23:31:23 -0300 Subject: [PATCH] fix the Templates link on the Overview page --- 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: , }, ];