From 1fadb2edb48d227c5e5c18208240dceeb86ccc34 Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Mon, 26 Feb 2018 17:06:13 +0200 Subject: [PATCH] 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. Backport-PR-URL: https://github.com/nodejs/node/pull/19183 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 ++- doc/api/process.md | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/api/os.md b/doc/api/os.md index 69756fd65b1e8b..d2bcd201cb1a69 100644 --- a/doc/api/os.md +++ b/doc/api/os.md @@ -322,7 +322,7 @@ Equivalent to [`process.platform`][]. *Note*: 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()