From a02319368cd5a03dabc211c38f395408123b27e6 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/22386 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 f46292b81386ec..1bcd5c2355a332 100644 --- a/doc/api/os.md +++ b/doc/api/os.md @@ -324,7 +324,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()