diff --git a/gradle/formatting.gradle b/gradle/formatting.gradle index 0517748ed6c93..43cfa77a7d38a 100644 --- a/gradle/formatting.gradle +++ b/gradle/formatting.gradle @@ -133,7 +133,7 @@ subprojects { eclipse().configFile rootProject.file('buildSrc/formatterConfig.xml') trimTrailingWhitespace() - // See CONTRIBUTING.md for details of when to enabled this. + // See DEVELOPER_GUIDE.md for details of when to enable this. if (System.getProperty('spotless.paddedcell') != null) { paddedCell() }