mirror of
https://github.com/status-im/react-native.git
synced 2025-01-13 19:15:05 +00:00
Fix broken Buck installation link
Summary: Running `./scripts/run-android-local-unit-tests.sh` without having installed Buck displays this link. Make it point to a URL that exists. Closes https://github.com/facebook/react-native/pull/15292 Differential Revision: D5529392 Pulled By: hramos fbshipit-source-id: e100823d04fef79a8ecce0e9626fa05864e0aaf8
This commit is contained in:
parent
1954438533
commit
e248980980
@ -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.htm for instructions."
|
||||
echo "See https://buckbuild.com/setup/install.html for instructions."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user