From 3e1ccb482602a8b99ec3a826011769163d8e29a4 Mon Sep 17 00:00:00 2001 From: Caner Akdas Date: Wed, 8 Apr 2026 20:14:58 +0300 Subject: [PATCH] fix: broken internal links --- pages/diagnostics/live-debugging/using-inspector.md | 2 +- pages/diagnostics/poor-performance/index.md | 2 +- pages/getting-started/profiling.md | 2 +- pages/getting-started/security-best-practices.md | 4 ++-- pages/modules/how-to-use-streams.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/diagnostics/live-debugging/using-inspector.md b/pages/diagnostics/live-debugging/using-inspector.md index f2022d8..b85932c 100644 --- a/pages/diagnostics/live-debugging/using-inspector.md +++ b/pages/diagnostics/live-debugging/using-inspector.md @@ -9,4 +9,4 @@ of the application as it handles a business-critical workload. ## How To -[Debugging Node.js](/learn/diagnostics/debugging) +[Debugging Node.js](/learn/getting-started/debugging) diff --git a/pages/diagnostics/poor-performance/index.md b/pages/diagnostics/poor-performance/index.md index 45b1742..2aabe5b 100644 --- a/pages/diagnostics/poor-performance/index.md +++ b/pages/diagnostics/poor-performance/index.md @@ -22,5 +22,5 @@ the others. When we do this locally, we usually try to optimize our code. This document provides two simple ways to profile a Node.js application: -- [Using V8 Sampling Profiler](/learn/diagnostics/profiling) +- [Using V8 Sampling Profiler](/learn/getting-started/profiling) - [Using Linux Perf](/learn/diagnostics/poor-performance/using-linux-perf) diff --git a/pages/getting-started/profiling.md b/pages/getting-started/profiling.md index d864dfa..de259d0 100644 --- a/pages/getting-started/profiling.md +++ b/pages/getting-started/profiling.md @@ -288,4 +288,4 @@ You may also find [how to create a flame graph][diagnostics flamegraph] helpful. [profiler inside V8]: https://v8.dev/docs/profile [benefits of asynchronous programming]: https://nodesource.com/blog/why-asynchronous -[diagnostics flamegraph]: /diagnostics/flame-graphs +[diagnostics flamegraph]: /learn/diagnostics/flame-graphs diff --git a/pages/getting-started/security-best-practices.md b/pages/getting-started/security-best-practices.md index a4257e5..9ca7462 100644 --- a/pages/getting-started/security-best-practices.md +++ b/pages/getting-started/security-best-practices.md @@ -459,8 +459,8 @@ You can also collaborate with other projects and security experts through the [O [Slowloris]: https://en.wikipedia.org/wiki/Slowloris_(computer_security) [`http.Server`]: https://nodejs.org/api/http.html#class-httpserver [http docs]: https://nodejs.org/api/http.html -[--inspect switch]: /diagnostics/debugging -[same-origin policy]: /diagnostics/debugging +[--inspect switch]: /learn/getting-started/debugging +[same-origin policy]: /learn/getting-started/debugging [DNS Rebinding wiki]: https://en.wikipedia.org/wiki/DNS_rebinding [files property]: https://docs.npmjs.com/cli/configuring-npm/package-json#files [unpublish the package]: https://docs.npmjs.com/unpublishing-packages-from-the-registry diff --git a/pages/modules/how-to-use-streams.md b/pages/modules/how-to-use-streams.md index e306ac6..1374e3e 100644 --- a/pages/modules/how-to-use-streams.md +++ b/pages/modules/how-to-use-streams.md @@ -829,7 +829,7 @@ This work is derived from content published by [Matteo Collina][] in [Platformat [`WritableStream`]: https://nodejs.org/api/webstreams.html#class-writablestream [`TransformStream`]: https://nodejs.org/api/webstreams.html#class-transformstream [`WHATWG Streams Standard`]: https://streams.spec.whatwg.org/ -[`backpressure guide`]: /asynchronous-work/backpressuring-in-streams +[`backpressure guide`]: /learn/modules/backpressuring-in-streams [`fs.readStream`]: https://nodejs.org/api/fs.html#class-fsreadstream [`http.IncomingMessage`]: https://nodejs.org/api/http.html#class-httpincomingmessage [`process.stdin`]: https://nodejs.org/api/process.html#processstdin