diff --git a/.bcr/metadata.template.json b/.bcr/metadata.template.json index f5c581b..1f5fb55 100644 --- a/.bcr/metadata.template.json +++ b/.bcr/metadata.template.json @@ -1,12 +1,12 @@ { - "homepage": "https://github.com/Bencodes/bazel_rules_dokka", + "homepage": "https://github.com/Bencodes/rules_dokka", "maintainers": [ { "github": "Bencodes" } ], "repository": [ - "github:Bencodes/bazel_rules_dokka" + "github:Bencodes/rules_dokka" ], "versions": [], "yanked_versions": {} diff --git a/.bcr/source.template.json b/.bcr/source.template.json index 8c9d414..a5cc060 100644 --- a/.bcr/source.template.json +++ b/.bcr/source.template.json @@ -1,5 +1,5 @@ { "integrity": "**leave this alone**", - "strip_prefix": "bazel_rules_dokka-{VERSION}", - "url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/bazel_rules_dokka-{TAG}.tar.gz" + "strip_prefix": "rules_dokka-{VERSION}", + "url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/rules_dokka-{TAG}.tar.gz" } diff --git a/README.md b/README.md index f41a835..1c98193 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# bazel_rules_dokka +# rules_dokka Bzlmod-first Bazel rules for generating Kotlin and Java API documentation with [Dokka](https://kotlinlang.org/docs/dokka-introduction.html).