Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .bcr/metadata.template.json
Original file line number Diff line number Diff line change
@@ -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": {}
Expand Down
4 changes: 2 additions & 2 deletions .bcr/source.template.json
Original file line number Diff line number Diff line change
@@ -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"
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down