Skip to content

Commit

Permalink
Fix wrong anchor usage (cf. aim42/htmlSanityCheck#342).
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheman committed Sep 13, 2024
1 parent 38116a6 commit 5b59022
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/schema.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This page links to versioned schemas published since `v1.0.0`. You may generate
- xref:tools:jreleaser-cli.adoc#_json_schema[{icon_cli_s} json-schema]
- xref:tools:jreleaser-maven.adoc#_jreleaserjson_schema[{icon_maven_s} jreleaser:json-schema]
- xref:tools:jreleaser-gradle.adoc#_jreleaserjsonschema[{icon_gradle_s} jreleaserJsonSchema]
- xref:tools:jreleaser-ant.adoc#_jreleaser_json_schema_[{icon_ant_s} jreleaser-json-schema]
- xref:tools:jreleaser-ant.adoc#_jreleaser_json_schema[{icon_ant_s} jreleaser-json-schema]

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

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/tools/pages/jreleaser-ant.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ Description:: Enable strict mode.
=== jreleaser-catalog

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

*configFile*
[horizontal]
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/tools/pages/jreleaser-cli.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ If `--basedir` is undefined then the command assumes it's the same directory tha

=== catalog

Executes the xref:concepts:workflow.adoc#_catalog_[Catalog] workflow step.
Executes the xref:concepts:workflow.adoc#_catalog[Catalog] workflow step.

[source]
----
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/tools/pages/jreleaser-gradle.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ Group

=== jreleaserCatalog

Executes the xref:concepts:workflow.adoc#_catalog_[Catalog] workflow step.
Executes the xref:concepts:workflow.adoc#_catalog[Catalog] workflow step.

[source]
----
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/tools/pages/jreleaser-maven.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ Available parameters:
=== jreleaser:catalog

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

Available parameters:

Expand Down

0 comments on commit 5b59022

Please sign in to comment.