diff --git a/README.md b/README.md index cb9496a2..28083873 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ You should see zero tests run. Make a change within one of the modules and commi If you want to add a custom gradle command to execute with impact analysis you must declare [AffectedModuleConfiguration.CustomTask](https://github.com/dropbox/AffectedModuleDetector/blob/main/affectedmoduledetector/src/main/kotlin/com/dropbox/affectedmoduledetector/AffectedModuleConfiguration.kt) -which is implementing [AffectedModuleTaskType]() in the configuration in `build.gradle` of your project: +which is implementing the [AffectedModuleTaskType](https://github.com/dropbox/AffectedModuleDetector/blob/main/affectedmoduledetector/src/main/kotlin/com/dropbox/affectedmoduledetector/AffectedModuleTaskType.kt) interface in the `build.gradle` configuration of your project: ```groovy // ...