diff --git a/pages/index.md b/pages/index.md index 667767a..c9a6b7b 100644 --- a/pages/index.md +++ b/pages/index.md @@ -9,10 +9,10 @@ Welcome to the Node.js learning resources. Whether you're just getting started o - [Getting Started](/learn/getting-started/introduction-to-nodejs) — Install Node.js and write your first program - [Command Line](/learn/command-line/run-nodejs-scripts-from-the-command-line) — Run scripts, use the REPL, and handle I/O - [HTTP](/learn/http/anatomy-of-an-http-transaction) — Build web servers and work with HTTP -- [File System](/learn/file-system/nodejs-file-stats) — Read, write, and manipulate files +- [File System](/learn/manipulating-files/nodejs-file-stats) — Read, write, and manipulate files - [Asynchronous Work](/learn/asynchronous-work/javascript-asynchronous-programming-and-callbacks) — Understand async patterns, promises, and the event loop - [TypeScript](/learn/typescript/introduction) — Use TypeScript with Node.js -- [Package Management](/learn/package-management/an-introduction-to-the-npm-package-manager) — Publish and manage packages +- [Package Management](/learn/getting-started/an-introduction-to-the-npm-package-manager) — Publish and manage packages - [Diagnostics](/learn/diagnostics/user-journey) — Debug performance and memory issues -- [Testing](/learn/testing/introduction) — Write and run tests with the built-in test runner -- [Security](/learn/security/security-best-practices) — Follow security best practices +- [Testing](/learn/test-runner/introduction) — Write and run tests with the built-in test runner +- [Security](/learn/getting-started/security-best-practices) — Follow security best practices