From 5fa33f3d07f8595a188f6fe04d6168a6ede1e721 Mon Sep 17 00:00:00 2001 From: yuanyan Date: Sat, 2 Jan 2016 19:33:50 +0800 Subject: [PATCH] Fix the 404 status url. --- docs/LinuxWindowsSupport.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/LinuxWindowsSupport.md b/docs/LinuxWindowsSupport.md index 18c4ea9db..65bc9e851 100644 --- a/docs/LinuxWindowsSupport.md +++ b/docs/LinuxWindowsSupport.md @@ -22,6 +22,6 @@ On Windows the packager won't be started automatically when you run `react-nativ cd MyAwesomeApp react-native start -If you hit a `ERROR Watcher took too long to load` on Windows, try increasing the timeout in [this file](https://github.com/facebook/react-native/blob/master/packager/react-packager/src/FileWatcher/index.js#L17) (under your node_modules/react-native). +If you hit a `ERROR Watcher took too long to load` on Windows, try increasing the timeout in [this file](https://github.com/facebook/react-native/blob/master/packager/react-packager/src/DependencyResolver/FileWatcher/index.js#L16) (under your node_modules/react-native).