Skip to content

Commit b80ad6d

Browse files
authored
Merge branch 'master' into sergeyd/android-utf8-conversion-fix
2 parents 89975d7 + e248980 commit b80ad6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/validate-android-test-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# Check that Buck is working.
1111
if [ -z "$(which buck)" ]; then
1212
echo "You need to install Buck."
13-
echo "See https://buckbuild.com/setup/install.htm for instructions."
13+
echo "See https://buckbuild.com/setup/install.html for instructions."
1414
exit 1
1515
fi
1616

0 commit comments

Comments
 (0)