Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2019-11-26 18:26:59 +0300
committerAnna Henningsen <anna@addaleax.net>2019-11-30 05:57:22 +0300
commit9d8d2e1f4520df40dd811deda46f32208a5437a9 (patch)
tree70275b933b07ffbe1853e333bf9995237ecc9298 /src/README.md
parent8171cef9216a904df03746ce0c8be9e23afb8a83 (diff)
src,doc: fix broken links
PR-URL: https://github.com/nodejs/node/pull/30662 Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'src/README.md')
-rw-r--r--src/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/README.md b/src/README.md
index 48cf9999155..e070bba3c44 100644
--- a/src/README.md
+++ b/src/README.md
@@ -593,7 +593,7 @@ such as `std::string` and track their memory usage.
This can be useful for debugging memory leaks.
-The [`memory_retainer.h`][] header file explains how to use this class.
+The [`memory_tracker.h`][] header file explains how to use this class.
<a id="baseobject"></a>
### `BaseObject`
@@ -873,7 +873,7 @@ static void GetUserInfo(const FunctionCallbackInfo<Value>& args) {
[`async_wrap.h`]: async_wrap.h
[`base_object.h`]: base_object.h
[`handle_wrap.h`]: handle_wrap.h
-[`memory_retainer.h`]: memory_retainer.h
+[`memory_tracker.h`]: memory_tracker.h
[`req_wrap.h`]: req_wrap.h
[`util.h`]: util.h
[`v8.h` in Code Search]: https://cs.chromium.org/chromium/src/v8/include/v8.h
@@ -888,7 +888,7 @@ static void GetUserInfo(const FunctionCallbackInfo<Value>& args) {
[cleanup hooks]: #cleanup-hooks
[event loop]: #event-loop
[exception handling]: #exception-handling
-[internal field]: #internal-field
+[internal field]: #internal-fields
[introduction for V8 embedders]: https://v8.dev/docs/embed
[libuv handles]: #libuv-handles-and-requests
[libuv requests]: #libuv-handles-and-requests