diff --git a/settings.gradle b/settings.gradle index f810a0567c6..7d043d76668 100644 --- a/settings.gradle +++ b/settings.gradle @@ -41,7 +41,7 @@ if (file('local.properties').canRead()) { localProperties.load(file('local.properties').newDataInputStream()) log('Loaded local.properties') } else { - log('Missing local.properties; see https://github.com/mozilla-mobile/focus-android/blob/master/README.md#local.properties helpers for instructions.') + log('Missing local.properties; see https://github.com/mozilla-mobile/focus-android#localproperties-helpers for instructions.') } if (localProperties != null) {