Skip to content

Commit 710568e

Browse files
committed
Merge pull request facebook#5082 from yuanyan/yuanyan-patch-1
[Doc] Fix the 404 status url.
2 parents 4972cab + 5fa33f3 commit 710568e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/LinuxWindowsSupport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ On Windows the packager won't be started automatically when you run `react-nativ
2222
cd MyAwesomeApp
2323
react-native start
2424

25-
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).
25+
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).
2626

2727

0 commit comments

Comments
 (0)