Skip to content

Commit 0f4210c

Browse files
aschemanaalmiray
authored andcommitted
Fix wrong anchor usage (cf. aim42/htmlSanityCheck#342).
1 parent 38116a6 commit 0f4210c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/modules/ROOT/pages/schema.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This page links to versioned schemas published since `v1.0.0`. You may generate
77
- xref:tools:jreleaser-cli.adoc#_json_schema[{icon_cli_s} json-schema]
88
- xref:tools:jreleaser-maven.adoc#_jreleaserjson_schema[{icon_maven_s} jreleaser:json-schema]
99
- xref:tools:jreleaser-gradle.adoc#_jreleaserjsonschema[{icon_gradle_s} jreleaserJsonSchema]
10-
- xref:tools:jreleaser-ant.adoc#_jreleaser_json_schema_[{icon_ant_s} jreleaser-json-schema]
10+
- xref:tools:jreleaser-ant.adoc#_jreleaser_json_schema[{icon_ant_s} jreleaser-json-schema]
1111

1212
NOTE: Schemas for early-access versions are not published. Please generate a local copy.
1313

docs/modules/tools/pages/jreleaser-ant.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ Description:: Enable strict mode.
730730
=== jreleaser-catalog
731731

732732
Catalogs all distributions and files. +
733-
Executes the xref:concepts:workflow.adoc#_catalog_[Catalog] workflow step.
733+
Executes the xref:concepts:workflow.adoc#_catalog[Catalog] workflow step.
734734

735735
*configFile*
736736
[horizontal]

docs/modules/tools/pages/jreleaser-cli.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ If `--basedir` is undefined then the command assumes it's the same directory tha
533533

534534
=== catalog
535535

536-
Executes the xref:concepts:workflow.adoc#_catalog_[Catalog] workflow step.
536+
Executes the xref:concepts:workflow.adoc#_catalog[Catalog] workflow step.
537537

538538
[source]
539539
----

docs/modules/tools/pages/jreleaser-gradle.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ Group
416416

417417
=== jreleaserCatalog
418418

419-
Executes the xref:concepts:workflow.adoc#_catalog_[Catalog] workflow step.
419+
Executes the xref:concepts:workflow.adoc#_catalog[Catalog] workflow step.
420420

421421
[source]
422422
----

docs/modules/tools/pages/jreleaser-maven.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ Available parameters:
522522
=== jreleaser:catalog
523523

524524
Catalogs all distributions and files. +
525-
Executes the xref:concepts:workflow.adoc#_catalog_[Catalog] workflow step.
525+
Executes the xref:concepts:workflow.adoc#_catalog[Catalog] workflow step.
526526

527527
Available parameters:
528528

0 commit comments

Comments
 (0)