From 2a66856d005a65c2bca4c30cb60577af3d4f2244 Mon Sep 17 00:00:00 2001 From: Varun Arora Date: Tue, 3 Jul 2018 12:00:07 -0400 Subject: [PATCH] Fix broken link to Watchman build instructions --- docs/_docs/features/remote.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/features/remote.md b/docs/_docs/features/remote.md index 910f53214a..1979ccd57f 100644 --- a/docs/_docs/features/remote.md +++ b/docs/_docs/features/remote.md @@ -30,7 +30,7 @@ default on your OS distribution. - `node` and `npm` must be in your `$PATH` environment variable. - [Watchman](https://facebook.github.io/watchman). The Nuclide server requires Watchman to detect file and directory changes. Follow the Watchman -[build or install instructions](http://facebook.github.io/watchman/docs/install.html#build-install) +[build or install instructions](http://facebook.github.io/watchman/docs/install.html#buildinstall) for your server's platform. - SSH Daemon - The Nuclide client connects to the server via SSH, so ensure that the server exposes an SSH daemon that you can connect to from your client machine and that you know the required credentials. You will need to have an existing private key that can be used to connect to the server.