From 36c19c3894d95115eff1093039ac3ce2e5fb0782 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladimir=20=C5=A0terjoski?= Date: Thu, 2 Apr 2020 10:38:16 +0200 Subject: [PATCH] Update the Watchman installation guide link --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 1b8d751c051..7e0b8d9500d 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -364,7 +364,7 @@ C:\Android\tools\bin\platform-tools

Watchman

-Follow the [Watchman installation guide](https://facebook.github.io/watchman/docs/install.html#buildinstall) to compile and install Watchman from source. +Follow the [Watchman installation guide](https://facebook.github.io/watchman/docs/install/#buildinstall) to compile and install Watchman from source. > [Watchman](https://facebook.github.io/watchman/docs/install.html) is a tool by Facebook for watching changes in the filesystem. It is highly recommended you install it for better performance and increased compatibility in certain edge cases (translation: you may be able to get by without installing this, but your mileage may vary; installing this now may save you from a headache later).