Skip to content

Commit

Permalink
docs(gradle-inspector): Fix the link to the init script resource
Browse files Browse the repository at this point in the history
This is a fixup for 7373195.

Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Sep 11, 2024
1 parent 77590e3 commit 0d1965b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/package-managers/gradle-inspector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Also, the `isModified` check which compares with artifacts of the same name in M
[shortcomings]: https://github.com/oss-review-toolkit/ort/issues/5782
[Gradle]: ../gradle/src/main/kotlin/Gradle.kt
[initialization script]: https://docs.gradle.org/current/userguide/init_scripts.html
[init.gradle]: ./src/main/resources/init.gradle.template
[init.gradle]: ./src/main/resources/template.init.gradle
[Gradle plugin]: ../gradle-plugin/src/main/kotlin/OrtModelPlugin.kt
[OrtModelBuilder]: ../gradle-plugin/src/main/kotlin/OrtModelBuilder.kt
[data model for Gradle projects]: ../gradle-model/src/main/kotlin/GradleModel.kt

0 comments on commit 0d1965b

Please sign in to comment.