Skip to content

Commit 2879ce9

Browse files
nikwentargos
authored andcommittedOct 2, 2024
doc: fix broken Android building link
PR-URL: #54922 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Xuguang Mei <meixuguang@gmail.com>
1 parent 4092889 commit 2879ce9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎doc/api/os.md

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4029,7 +4029,7 @@ cases:
40294029
code will be `128` + `6`, or `134`.
40304030
40314031
[Advanced serialization for `child_process`]: child_process.md#advanced-serialization
4032-
[Android building]: https://github.com/nodejs/node/blob/HEAD/BUILDING.md#androidandroid-based-devices-eg-firefox-os
4032+
[Android building]: https://github.com/nodejs/node/blob/HEAD/BUILDING.md#android
40334033
[Child Process]: child_process.md
40344034
[Cluster]: cluster.md
40354035
[Duplex]: stream.md#duplex-and-transform-streams

0 commit comments

Comments
 (0)
Please sign in to comment.