From fcebb16478b6bb1c997958806f65df7f0e2230ac Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Mon, 26 Feb 2018 17:06:13 +0200 Subject: 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 Reviewed-By: Colin Ihrig Reviewed-By: Yuta Hiroto --- doc/api/os.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/api/os.md') 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()