Skip to content

Commit 3e1ccb4

Browse files
committed
fix: broken internal links
1 parent 345bd7f commit 3e1ccb4

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

pages/diagnostics/live-debugging/using-inspector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ of the application as it handles a business-critical workload.
99

1010
## How To
1111

12-
[Debugging Node.js](/learn/diagnostics/debugging)
12+
[Debugging Node.js](/learn/getting-started/debugging)

pages/diagnostics/poor-performance/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ the others. When we do this locally, we usually try to optimize our code.
2222

2323
This document provides two simple ways to profile a Node.js application:
2424

25-
- [Using V8 Sampling Profiler](/learn/diagnostics/profiling)
25+
- [Using V8 Sampling Profiler](/learn/getting-started/profiling)
2626
- [Using Linux Perf](/learn/diagnostics/poor-performance/using-linux-perf)

pages/getting-started/profiling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,4 +288,4 @@ You may also find [how to create a flame graph][diagnostics flamegraph] helpful.
288288

289289
[profiler inside V8]: https://v8.dev/docs/profile
290290
[benefits of asynchronous programming]: https://nodesource.com/blog/why-asynchronous
291-
[diagnostics flamegraph]: /diagnostics/flame-graphs
291+
[diagnostics flamegraph]: /learn/diagnostics/flame-graphs

pages/getting-started/security-best-practices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,8 +459,8 @@ You can also collaborate with other projects and security experts through the [O
459459
[Slowloris]: https://en.wikipedia.org/wiki/Slowloris_(computer_security)
460460
[`http.Server`]: https://nodejs.org/api/http.html#class-httpserver
461461
[http docs]: https://nodejs.org/api/http.html
462-
[--inspect switch]: /diagnostics/debugging
463-
[same-origin policy]: /diagnostics/debugging
462+
[--inspect switch]: /learn/getting-started/debugging
463+
[same-origin policy]: /learn/getting-started/debugging
464464
[DNS Rebinding wiki]: https://en.wikipedia.org/wiki/DNS_rebinding
465465
[files property]: https://docs.npmjs.com/cli/configuring-npm/package-json#files
466466
[unpublish the package]: https://docs.npmjs.com/unpublishing-packages-from-the-registry

pages/modules/how-to-use-streams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ This work is derived from content published by [Matteo Collina][] in [Platformat
829829
[`WritableStream`]: https://nodejs.org/api/webstreams.html#class-writablestream
830830
[`TransformStream`]: https://nodejs.org/api/webstreams.html#class-transformstream
831831
[`WHATWG Streams Standard`]: https://streams.spec.whatwg.org/
832-
[`backpressure guide`]: /asynchronous-work/backpressuring-in-streams
832+
[`backpressure guide`]: /learn/modules/backpressuring-in-streams
833833
[`fs.readStream`]: https://nodejs.org/api/fs.html#class-fsreadstream
834834
[`http.IncomingMessage`]: https://nodejs.org/api/http.html#class-httpincomingmessage
835835
[`process.stdin`]: https://nodejs.org/api/process.html#processstdin

0 commit comments

Comments
 (0)