Skip to content

Commit 7f406fd

Browse files
F3n67utargos
authored andcommitted
doc: remove branch name mention in src/README.md
PR-URL: #43442 Refs: #33864 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
1 parent 06fe60a commit 7f406fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ V8 does not provide much public API documentation beyond what is
2020
available in its C++ header files, most importantly `v8.h`, which can be
2121
accessed online in the following locations:
2222

23-
* On GitHub: [`v8.h` in Node.js master][]
24-
* On GitHub: [`v8.h` in V8 master][]
23+
* On GitHub: [`v8.h` in Node.js][]
24+
* On GitHub: [`v8.h` in V8][]
2525
* On the Chromium project's Code Search application: [`v8.h` in Code Search][]
2626

2727
V8 also provides an [introduction for V8 embedders][],
@@ -1047,8 +1047,8 @@ static void GetUserInfo(const FunctionCallbackInfo<Value>& args) {
10471047
[`req_wrap.h`]: req_wrap.h
10481048
[`util.h`]: util.h
10491049
[`v8.h` in Code Search]: https://cs.chromium.org/chromium/src/v8/include/v8.h
1050-
[`v8.h` in Node.js master]: https://github.com/nodejs/node/blob/master/deps/v8/include/v8.h
1051-
[`v8.h` in V8 master]: https://github.com/v8/v8/blob/master/include/v8.h
1050+
[`v8.h` in Node.js]: https://github.com/nodejs/node/blob/HEAD/deps/v8/include/v8.h
1051+
[`v8.h` in V8]: https://github.com/v8/v8/blob/HEAD/include/v8.h
10521052
[`vm` module]: https://nodejs.org/api/vm.html
10531053
[binding function]: #binding-functions
10541054
[cleanup hooks]: #cleanup-hooks

0 commit comments

Comments
 (0)