diff --git a/src/pages/index.js b/src/pages/index.js index 1700782..f9d2573 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/docs/category/environment-setup-guides', + link: '/docs/category/environment-setup-guide', }, { title: 'Workflow & Processes', icon: '🔄', description: 'Our standard development workflow — from task assignment through branching, rebasing, and merging.', - link: '/docs/docs/category/developer-task-workflow', + link: '/docs/category/developer-task-workflow', }, ];