Skip to content

Commit ad7bcd9

Browse files
committed
docs: Fix links to plugins in README
1 parent 858baed commit ad7bcd9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ ReVanced Patches Gradle plugin configures a project to develop ReVanced Patches.
7171

7272
For that, the plugin provides:
7373

74-
- The [settings plugin](plugin/src/main/kotlin/app/revanced/patches/gradle/SettingsPlugin.kt):
74+
- The [settings plugin](src/main/kotlin/app/revanced/patches/gradle/SettingsPlugin.kt):
7575
Applied to the `settings.gradle.kts` file, configures the project repositories and subprojects
76-
- The [patches plugin](plugin/src/main/kotlin/app/revanced/patches/gradle/PatchesPlugin.kt):
76+
- The [patches plugin](src/main/kotlin/app/revanced/patches/gradle/PatchesPlugin.kt):
7777
Applied to the patches subproject by the settings plugin
78-
- The [extension plugin](plugin/src/main/kotlin/app/revanced/patches/gradle/ExtensionPlugin.kt):
78+
- The [extension plugin](src/main/kotlin/app/revanced/patches/gradle/ExtensionPlugin.kt):
7979
Applied to extension subprojects by the settings plugin
8080

8181
> [!CAUTION]

0 commit comments

Comments
 (0)