Skip to content

Commit

Permalink
For mozilla-mobile#4975 - Autolink local.properties helpers section
Browse files Browse the repository at this point in the history
This is the hyperlink copied now from the repo.
  • Loading branch information
Mugurell authored and mergify[bot] committed Aug 6, 2021
1 parent c58bc5c commit af6d74d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit af6d74d

Please sign in to comment.