From ad7bcd906179abcb6c8e2ee3fe4dd55f22a7c631 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sun, 8 Sep 2024 18:47:07 +0200 Subject: [PATCH] docs: Fix links to plugins in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0a7dbbf..5933038 100644 --- a/README.md +++ b/README.md @@ -71,11 +71,11 @@ ReVanced Patches Gradle plugin configures a project to develop ReVanced Patches. For that, the plugin provides: -- The [settings plugin](plugin/src/main/kotlin/app/revanced/patches/gradle/SettingsPlugin.kt): +- The [settings plugin](src/main/kotlin/app/revanced/patches/gradle/SettingsPlugin.kt): Applied to the `settings.gradle.kts` file, configures the project repositories and subprojects -- The [patches plugin](plugin/src/main/kotlin/app/revanced/patches/gradle/PatchesPlugin.kt): +- The [patches plugin](src/main/kotlin/app/revanced/patches/gradle/PatchesPlugin.kt): Applied to the patches subproject by the settings plugin -- The [extension plugin](plugin/src/main/kotlin/app/revanced/patches/gradle/ExtensionPlugin.kt): +- The [extension plugin](src/main/kotlin/app/revanced/patches/gradle/ExtensionPlugin.kt): Applied to extension subprojects by the settings plugin > [!CAUTION]