From 2f646609a0565b8d5235441add5db56a9bf14d14 Mon Sep 17 00:00:00 2001 From: Othmane Ataallah <”othmane.ataallah.triztech@gmail.com”> Date: Tue, 28 Apr 2026 14:55:12 +0100 Subject: [PATCH] fix routing --- src/pages/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/index.js b/src/pages/index.js index 0e9caba..1700782 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -10,13 +10,13 @@ const categories = [ title: 'Getting Started', icon: '🚀', description: 'Set up your development environment and get ready to contribute to TrizTech projects.', - link: '/docs/getting-started/environment-setup-guide', + link: '/docs/docs/category/environment-setup-guides', }, { title: 'Workflow & Processes', icon: '🔄', description: 'Our standard development workflow — from task assignment through branching, rebasing, and merging.', - link: '/docs/workflow/developer-task-workflow', + link: '/docs/docs/category/developer-task-workflow', }, ];