summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-10-15 17:56:22 -0700
committerCorey Hulen <corey@hulen.com>2015-10-15 17:56:22 -0700
commit6f7940b44367d8435ce32f5acb053395ed87486f (patch)
treedbb188d7b10553a184d0e99ca43c8596e989d8b1
parentc890e21cefe135a74a4a7235b704e7af95decc5c (diff)
parentd549d240a8f00ccb19d620a4456c41b48cbe88e2 (diff)
downloadchat-6f7940b44367d8435ce32f5acb053395ed87486f.tar.gz
chat-6f7940b44367d8435ce32f5acb053395ed87486f.tar.bz2
chat-6f7940b44367d8435ce32f5acb053395ed87486f.zip
Merge pull request #1081 from mattermost/hmhealey-patch-1
Updated node.js source path in Ubuntu dev setup
-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`