Skip to content

Commit 0726b91

Browse files
authored
[docs] Update troubleshooting.md to replace dead link (facebook#4309)
1 parent b7e614e commit 0726b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ yarn android --verbose
139139

140140
### Case 1: Error "code":"ENOSPC","errno":"ENOSPC"
141141

142-
Issue caused by the number of directories [inotify](https://github.com/guard/listen/wiki/Increasing-the-amount-of-inotify-watchers) (used by watchman on Linux) can monitor. To solve it, run this command in your terminal window
142+
Issue caused by the number of directories [inotify](https://github.com/guard/listen/blob/master/README.md#increasing-the-amount-of-inotify-watchers) (used by watchman on Linux) can monitor. To solve it, run this command in your terminal window
143143

144144
```shell
145145
echo fs.inotify.max_user_watches=582222 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p

0 commit comments

Comments
 (0)