Skip to content

Commit

Permalink
Fix invalid xref link to configuration.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Apr 19, 2021
1 parent e67a79a commit 845983a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/reference/extensions/core.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ What to do if it is not possible to extract CSimple expressions from a route def

|icon:lock[title=Fixed at build time] [[quarkus.camel.main.enabled]]`link:#quarkus.camel.main.enabled[quarkus.camel.main.enabled]`

If `true` all `camel-main` features are enabled; otherwise no `camel-main` features are enabled. See described the xref:user-guide/configuration.adoc#_camel_main[Configuration] section of Camel Quarkus documentation for more details.
If `true` all `camel-main` features are enabled; otherwise no `camel-main` features are enabled. See described the xref:user-guide/configuration.adoc[Configuration] section of Camel Quarkus documentation for more details.
| `boolean`
| `true`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class CamelMainConfig {
/**
* If {@code true} all {@code camel-main} features are enabled; otherwise no {@code camel-main} features are
* enabled. See described the
* <a href="https://camel.apache.org/camel-quarkus/latest/user-guide/configuration.html#_camel_main">Configuration</a>
* <a href="https://camel.apache.org/camel-quarkus/latest/user-guide/configuration.html">Configuration</a>
* section of Camel Quarkus documentation for more details.
*/
@ConfigItem(defaultValue = "true")
Expand Down

0 comments on commit 845983a

Please sign in to comment.