From 1c77551b2d72a4249d666c5226afdae7621c0b58 Mon Sep 17 00:00:00 2001 From: Othmane Ataallah <”othmane.ataallah.triztech@gmail.com”> Date: Tue, 28 Apr 2026 14:53:08 +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 18aaa43..0e9caba 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', + link: '/docs/getting-started/environment-setup-guide', }, { title: 'Workflow & Processes', icon: '🔄', description: 'Our standard development workflow — from task assignment through branching, rebasing, and merging.', - link: '/docs/workflow/task-workflow', + link: '/docs/workflow/developer-task-workflow', }, ];