Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-02-26 18:06:13 +0300
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-02-26 19:27:29 +0300
commitfcebb16478b6bb1c997958806f65df7f0e2230ac (patch)
tree56313d67ad3cc13fa0c323056743a8c5ec1c0c64 /doc/api/os.md
parent646e67e1dca9df6ca8e81dcbfa683d2623110c85 (diff)
doc: fix/add link to Android info
We have two notes in API docs about Android support: the first has no links, the second links to the table of supported OSs where Android is not mentioned which may be confusing. This PR makes both notes link to dedicated Android part of BUILDING.md. PR-URL: https://github.com/nodejs/node/pull/19004 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
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 16ec5714e3f..40dd948d730 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