Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9d8d2e1

Browse filesBrowse files
cjihrigaddaleax
authored andcommitted
src,doc: fix broken links
PR-URL: #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>
1 parent 8171cef commit 9d8d2e1
Copy full SHA for 9d8d2e1

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Open diff view settings
Collapse file

‎src/README.md‎

Copy file name to clipboardExpand all lines: src/README.md
+3-3Lines changed: 3 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ such as `std::string` and track their memory usage.
593593

594594
This can be useful for debugging memory leaks.
595595

596-
The [`memory_retainer.h`][] header file explains how to use this class.
596+
The [`memory_tracker.h`][] header file explains how to use this class.
597597

598598
<a id="baseobject"></a>
599599
### `BaseObject`
@@ -873,7 +873,7 @@ static void GetUserInfo(const FunctionCallbackInfo<Value>& args) {
873873
[`async_wrap.h`]: async_wrap.h
874874
[`base_object.h`]: base_object.h
875875
[`handle_wrap.h`]: handle_wrap.h
876-
[`memory_retainer.h`]: memory_retainer.h
876+
[`memory_tracker.h`]: memory_tracker.h
877877
[`req_wrap.h`]: req_wrap.h
878878
[`util.h`]: util.h
879879
[`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) {
888888
[cleanup hooks]: #cleanup-hooks
889889
[event loop]: #event-loop
890890
[exception handling]: #exception-handling
891-
[internal field]: #internal-field
891+
[internal field]: #internal-fields
892892
[introduction for V8 embedders]: https://v8.dev/docs/embed
893893
[libuv handles]: #libuv-handles-and-requests
894894
[libuv requests]: #libuv-handles-and-requests

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.