From 2d12cddca37ed35b16eb3de5ea6cc5e3d59c130f Mon Sep 17 00:00:00 2001 From: josephleon Date: Sat, 17 Mar 2018 13:08:44 -0400 Subject: [PATCH] doc: move StackOverflow to unofficial section Fixes: https://github.com/nodejs/node/issues/19412 --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5cc2bf699e3295..b1f51c7098b29b 100644 --- a/README.md +++ b/README.md @@ -48,12 +48,13 @@ When looking for support, please first search for your question in these venues: * [Node.js Website][] * [Node.js Help][] * [Open or closed issues in the Node.js GitHub organization](https://github.com/issues?utf8=%E2%9C%93&q=sort%3Aupdated-desc+org%3Anodejs+is%3Aissue) -* [Questions tagged 'node.js' on StackOverflow][] -If you didn't find an answer in one of the venues above, you can: +If you didn't find an answer in one of the official resources above, you can +search these unofficial resources: -* Join the **unofficial** [#node.js channel on chat.freenode.net][]. See - for more information. +* [Questions tagged 'node.js' on StackOverflow][] +* [#node.js channel on chat.freenode.net][]. See for more + information. GitHub issues are meant for tracking enhancements and bugs, not general support.