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', }, ];