summaryrefslogtreecommitdiff
path: root/doc/api/os.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/os.md')
-rw-r--r--doc/api/os.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/api/os.md b/doc/api/os.md
index 16ec5714e3..40dd948d73 100644
--- a/doc/api/os.md
+++ b/doc/api/os.md
@@ -322,7 +322,7 @@ Equivalent to [`process.platform`][].
The value `'android'` may also be returned if the Node.js is built on the
Android operating system. However, Android support in Node.js is considered
-to be experimental at this time.
+[to be experimental][Android building] at this time.
## os.release()
<!-- YAML
@@ -1220,4 +1220,5 @@ information.
[`process.arch`]: process.html#process_process_arch
[`process.platform`]: process.html#process_process_platform
+[Android building]: https://github.com/nodejs/node/blob/master/BUILDING.md#androidandroid-based-devices-eg-firefox-os
[uname(3)]: https://linux.die.net/man/3/uname