Update buck website

Summary: Closes https://github.com/facebook/react-native/pull/19930

Differential Revision: D8663544

Pulled By: hramos

fbshipit-source-id: 09202851f2be7ea103057a7286aa960add536775
This commit is contained in:
Gregory Menezes 2018-06-27 11:55:26 -07:00 committed by Facebook Github Bot
parent f32032e460
commit 0d78415d7f
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
# Check that Buck is working.
if [ -z "$(which buck)" ]; then
echo "You need to install Buck."
echo "See https://buckbuild.com/setup/install.html for instructions."
echo "See https://buckbuild.com/setup/getting_started.html for instructions."
exit 1
fi