You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by dj...@apache.org on 2020/03/13 01:14:25 UTC

[camel] 17/18: update components index page generation

This is an automated email from the ASF dual-hosted git repository.

djencks pushed a commit to branch issue-14698-rearrange-adocs
in repository https://gitbox.apache.org/repos/asf/camel.git

commit d442b715560de42997189eb3b15122d285aafbc8
Author: David Jencks <dj...@apache.org>
AuthorDate: Thu Mar 12 18:12:52 2020 -0700

    update components index page generation
---
 .../src/main/resources/website-languages-list.mvel                      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tooling/maven/camel-package-maven-plugin/src/main/resources/website-languages-list.mvel b/tooling/maven/camel-package-maven-plugin/src/main/resources/website-languages-list.mvel
index 1f0ca1e..9662f8d 100644
--- a/tooling/maven/camel-package-maven-plugin/src/main/resources/website-languages-list.mvel
+++ b/tooling/maven/camel-package-maven-plugin/src/main/resources/website-languages-list.mvel
@@ -6,7 +6,7 @@ Number of Languages: @{languages.size} in @{numberOfArtifacts} JAR artifacts (@{
 |===
 | Language | Since | Description
 @foreach{row : languages}
-| xref:${row.name}-language.adoc[@{row.title}] (@{row.artifactId}) | @{row.firstVersionShort} | @if{row.deprecated}*deprecated* @end{}@{util.escape(row.description)}
+| xref:languages:${row.name}-language.adoc[@{row.title}] (@{row.artifactId}) | @{row.firstVersionShort} | @if{row.deprecated}*deprecated* @end{}@{util.escape(row.description)}
 @end{}|===
 
 @end{}
\ No newline at end of file