I believe Andrea fixed this yesterday with 
9c6826e7aad0119fb4c01925cf4bfc72e39114d7 (ckc).  My PRs also  fix it.

There’s another problem that will show up in the blog, which can be fixed with 
this patch from https://github.com/apache/camel-website/pull/667:

diff --git a/content/blog/2020/12/CKC-idempotency-070/index.md 
b/content/blog/2020/12/CKC-idempotency-070/index.md
index 4d25f25caa..da4cb5c81e 100644
--- a/content/blog/2020/12/CKC-idempotency-070/index.md
+++ b/content/blog/2020/12/CKC-idempotency-070/index.md
@@ -66,7 +66,7 @@ Some of the options can be used with their default value, in 
this example we're
 
 ### A real example
 
-The best way to show how the idempotency feature works, in 
camel-kafka-connector, it's through an example. We'll use the [AWS2-S3 Source 
connector](/camel-kafka-connector/next/reference/connectors/camel-aws2-s3-kafka-source-connector.html)
+The best way to show how the idempotency feature works, in 
camel-kafka-connector, it's through an example. We'll use the [AWS2-S3 Source 
connector](/camel-kafka-connector/0.11.0/reference/connectors/camel-aws2-s3-kafka-source-connector.html)
 
 As first step you'll need to fully build the [Camel-Kafka-connector 
project](https://github.com/apache/camel-kafka-connector) and install the 
connectors/camel-aws2-s3-kafka-connector zip package in your Kafka Broker 
plugin.path. Once the connector is in the plugin.path location, just unzip it. 
We describe how to build and unpack in the next steps:

This isn’t going to work for long, since the page referenced is no longer in 
the next documentation, so will eventually disappear from the released branch, 
even if we had a way to keep the specific release version correct.

I don’t have a solution in mind for this problem.

On a more general note, can we make jenkins website build failures email the 
dev list?  I have too hard a time detecting these problems.  It seems that I 
get plenty of emails from GH actions about other build failures, surely the 
website is as important.

David Jencks

> On Nov 11, 2021, at 1:34 AM, Zoran Regvart <zo...@regvart.com> wrote:
> 
> Hi Cameleers,
> can someone (Andrea T.?) have a look at the broken xrefs in Camel
> Kafka Connector?
> 
> This is reported on the website build[1]:
> 
> ➤ YN0000: 
> {"level":"error","time":1636576185286,"name":"asciidoctor","file":{"path":"docs/modules/ROOT/pages/reference/index.adoc"},"source":{"url":"https://github.com/apache/camel-kafka-connector.git","refname":"main","startPath":"docs"},"msg":"target
> of xref not found:
> reference/connectors/camel-syslog-kafka-sink-connector.adoc"}
> ➤ YN0000: 
> {"level":"error","time":1636576185288,"name":"asciidoctor","file":{"path":"docs/modules/ROOT/pages/reference/index.adoc"},"source":{"url":"https://github.com/apache/camel-kafka-connector.git","refname":"main","startPath":"docs"},"msg":"target
> of xref not found:
> reference/connectors/camel-syslog-kafka-source-connector.adoc"}
> ➤ YN0000: 
> {"level":"error","time":1636576213845,"name":"asciidoctor","file":{"path":"docs/modules/ROOT/nav.adoc"},"source":{"url":"https://github.com/apache/camel-kafka-connector.git","refname":"main","startPath":"docs"},"msg":"target
> of xref not found:
> reference/connectors/camel-syslog-kafka-source-connector.adoc"}
> ➤ YN0000: 
> {"level":"error","time":1636576213846,"name":"asciidoctor","file":{"path":"docs/modules/ROOT/nav.adoc"},"source":{"url":"https://github.com/apache/camel-kafka-connector.git","refname":"main","startPath":"docs"},"msg":"target
> of xref not found:
> reference/connectors/camel-syslog-kafka-sink-connector.adoc"}
> 
> So the index.adoc has links to several connectors that don't seem to resolve.
> 
> zoran
> 
> [1] 
> https://ci-builds.apache.org/job/Camel/job/Camel.website/job/main/523/console
> -- 
> Zoran Regvart

Reply via email to