From 7863e999a20f14c2c6ca46f460eee99eed33b42a 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. --- 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 16ec5714e3f740..40dd948d730ffb 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()