Skip to content

Commit 9b37e2d

Browse files
committed
fix: fixed a few links
1 parent 35c204b commit 9b37e2d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pages/en/docs/guides/simple-profiling.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,4 +287,4 @@ You may also find [how to create a flame graph][diagnostics flamegraph] helpful.
287287

288288
[profiler inside V8]: https://v8.dev/docs/profile
289289
[benefits of asynchronous programming]: https://nodesource.com/blog/why-asynchronous
290-
[diagnostics flamegraph]: /en/docs/guides/diagnostics-flamegraph/
290+
[diagnostics flamegraph]: /docs/guides/diagnostics-flamegraph/

pages/en/learn/asynchronous-work/overview-of-blocking-vs-non-blocking.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors: ovflowd, HassanBahati
99
This overview covers the difference between **blocking** and **non-blocking**
1010
calls in Node.js. This overview will refer to the event loop and libuv but no
1111
prior knowledge of those topics is required. Readers are assumed to have a
12-
basic understanding of the JavaScript language and Node.js [callback pattern](/learn/javascript-asynchronous-programming-and-callbacks/).
12+
basic understanding of the JavaScript language and Node.js [callback pattern](/learn/asynchronous-work/javascript-asynchronous-programming-and-callbacks).
1313

1414
> "I/O" refers primarily to interaction with the system's disk and
1515
> network supported by [libuv](https://libuv.org/).

pages/en/learn/getting-started/how-much-javascript-do-you-need-to-know-to-use-nodejs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ As a beginner, it's hard to get to a point where you are confident enough in you
2323
- [Arrays](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array)
2424
- [Template Literals](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals)
2525
- [Strict Mode](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Strict_mode)
26-
- [ECMAScript 2015 (ES6) and beyond](/learn/ecmascript-2015-es6-and-beyond/)
26+
- [ECMAScript 2015 (ES6) and beyond](/learn/getting-started/ecmascript-2015-es6-and-beyond)
2727

2828
With those concepts in mind, you are well on your road to become a proficient JavaScript developer, in both the browser and in Node.js.
2929

0 commit comments

Comments
 (0)