From 8f62f1919767358e2e50a19b4e7595b72a5f4d64 Mon Sep 17 00:00:00 2001 From: Niklas Wenzel Date: Sun, 15 Sep 2024 14:29:18 +0200 Subject: [PATCH] doc: fix broken Android building link PR-URL: https://github.com/nodejs/node/pull/54922 Reviewed-By: Richard Lau Reviewed-By: Luigi Pinca Reviewed-By: Xuguang Mei --- doc/api/os.md | 2 +- doc/api/process.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/os.md b/doc/api/os.md index 01496812d7f488..a367a8c4aa0234 100644 --- a/doc/api/os.md +++ b/doc/api/os.md @@ -1373,7 +1373,7 @@ The following process scheduling constants are exported by -[Android building]: https://github.com/nodejs/node/blob/HEAD/BUILDING.md#androidandroid-based-devices-eg-firefox-os +[Android building]: https://github.com/nodejs/node/blob/HEAD/BUILDING.md#android [EUID]: https://en.wikipedia.org/wiki/User_identifier#Effective_user_ID [`SystemError`]: errors.md#class-systemerror [`process.arch`]: process.md#processarch diff --git a/doc/api/process.md b/doc/api/process.md index 461a0e4f59fafb..d3606a7f2e3f5b 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -4258,7 +4258,7 @@ cases: code will be `128` + `6`, or `134`. [Advanced serialization for `child_process`]: child_process.md#advanced-serialization -[Android building]: https://github.com/nodejs/node/blob/HEAD/BUILDING.md#androidandroid-based-devices-eg-firefox-os +[Android building]: https://github.com/nodejs/node/blob/HEAD/BUILDING.md#android [Child Process]: child_process.md [Cluster]: cluster.md [Duplex]: stream.md#duplex-and-transform-streams