Skip to content

Commit bfee053

Browse files
authored
fix(index): links
1 parent 76ee654 commit bfee053

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Welcome to the Node.js learning resources. Whether you're just getting started o
99
- [Getting Started](/learn/getting-started/introduction-to-nodejs) — Install Node.js and write your first program
1010
- [Command Line](/learn/command-line/run-nodejs-scripts-from-the-command-line) — Run scripts, use the REPL, and handle I/O
1111
- [HTTP](/learn/http/anatomy-of-an-http-transaction) — Build web servers and work with HTTP
12-
- [File System](/learn/file-system/nodejs-file-stats) — Read, write, and manipulate files
12+
- [File System](/learn/manipulating-files/nodejs-file-stats) — Read, write, and manipulate files
1313
- [Asynchronous Work](/learn/asynchronous-work/javascript-asynchronous-programming-and-callbacks) — Understand async patterns, promises, and the event loop
1414
- [TypeScript](/learn/typescript/introduction) — Use TypeScript with Node.js
1515
- [Package Management](/learn/package-management/an-introduction-to-the-npm-package-manager) — Publish and manage packages

0 commit comments

Comments
 (0)