Skip to content

Commit 4c0ad1f

Browse files
authored
doc: fix broken Android building link
PR-URL: #54922 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Xuguang Mei <[email protected]>
1 parent 6db320a commit 4c0ad1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/api/os.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1373,7 +1373,7 @@ The following process scheduling constants are exported by
13731373
</tr>
13741374
</table>
13751375

1376-
[Android building]: https://github.com/nodejs/node/blob/HEAD/BUILDING.md#androidandroid-based-devices-eg-firefox-os
1376+
[Android building]: https://github.com/nodejs/node/blob/HEAD/BUILDING.md#android
13771377
[EUID]: https://en.wikipedia.org/wiki/User_identifier#Effective_user_ID
13781378
[`SystemError`]: errors.md#class-systemerror
13791379
[`process.arch`]: process.md#processarch

doc/api/process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4365,7 +4365,7 @@ cases:
43654365
code will be `128` + `6`, or `134`.
43664366
43674367
[Advanced serialization for `child_process`]: child_process.md#advanced-serialization
4368-
[Android building]: https://github.com/nodejs/node/blob/HEAD/BUILDING.md#androidandroid-based-devices-eg-firefox-os
4368+
[Android building]: https://github.com/nodejs/node/blob/HEAD/BUILDING.md#android
43694369
[Child Process]: child_process.md
43704370
[Cluster]: cluster.md
43714371
[Duplex]: stream.md#duplex-and-transform-streams

0 commit comments

Comments
 (0)