summaryrefslogtreecommitdiffstats
path: root/doc/developer
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2015-10-15 16:16:32 -0400
committerHarrison Healey <harrisonmhealey@gmail.com>2015-10-15 16:16:32 -0400
commitd549d240a8f00ccb19d620a4456c41b48cbe88e2 (patch)
treedbb188d7b10553a184d0e99ca43c8596e989d8b1 /doc/developer
parentc890e21cefe135a74a4a7235b704e7af95decc5c (diff)
downloadchat-d549d240a8f00ccb19d620a4456c41b48cbe88e2.tar.gz
chat-d549d240a8f00ccb19d620a4456c41b48cbe88e2.tar.bz2
chat-d549d240a8f00ccb19d620a4456c41b48cbe88e2.zip
Updated node.js source path in Ubuntu dev setup
Diffstat (limited to 'doc/developer')
-rw-r--r--doc/developer/Setup.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer/Setup.md b/doc/developer/Setup.md
index afaef4ee4..d806b7a9b 100644
--- a/doc/developer/Setup.md
+++ b/doc/developer/Setup.md
@@ -61,7 +61,7 @@ Any issues? Please let us know on our forums at: http://forum.mattermost.org
3. Reload your bashrc
`source ~/.bashrc`
6. Install Node.js
- 1. Download the newest version of the Node.js sources from https://nodejs.org/download/
+ 1. Download the newest version of the Node.js sources from https://nodejs.org/en/download/
2. Extract the contents of the package and cd into the extracted files
3. Compile and install Node.js
`./configure`