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()