From 8792c3feb8e4852e44924fb059955a150ed863e6 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Tue, 26 Nov 2019 10:26:59 -0500 Subject: src,doc: fix broken links PR-URL: https://github.com/nodejs/node/pull/30662 Reviewed-By: David Carlier Reviewed-By: Richard Lau Reviewed-By: Luigi Pinca Reviewed-By: Trivikram Kamat --- src/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/README.md b/src/README.md index 48cf999915..e070bba3c4 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. ### `BaseObject` @@ -873,7 +873,7 @@ static void GetUserInfo(const FunctionCallbackInfo& 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& 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 -- cgit v1.2.3