From af6d74d4449869e1247a72cc856896f6603ec044 Mon Sep 17 00:00:00 2001 From: Mugurell Date: Fri, 6 Aug 2021 10:21:13 +0300 Subject: [PATCH] For #4975 - Autolink local.properties helpers section This is the hyperlink copied now from the repo. --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {