This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch fix/remove-camel-dna-link in repository https://gitbox.apache.org/repos/asf/camel-website.git
commit 74735c5cf949e63133822fe5ea0f4fa52ae700dd Author: Claus Ibsen <[email protected]> AuthorDate: Thu Jun 11 14:14:50 2026 +0200 chore: remove link to unpublished camel-dna page The camel-dna page is not yet merged, causing the link checker to fail. Co-Authored-By: Claude Opus 4.6 <[email protected]> --- content/what-is-apache-camel/_index.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/what-is-apache-camel/_index.md b/content/what-is-apache-camel/_index.md index 5729bd2c..c0941769 100644 --- a/content/what-is-apache-camel/_index.md +++ b/content/what-is-apache-camel/_index.md @@ -113,8 +113,6 @@ These aren't theoretical — they're production-tested patterns used by thousand The very first Camel route ever written was `from("jms:queue:test.queue").to("file://test")` — one line, June 2007. Nearly two decades later, that same idea powers every Camel route: take data from here, send it there. The framework grew from 19 components to 350+, from a handful of contributors to 1,600+ — but the DNA never changed. -**[Read the full origin story — Camel DNA →](/camel-dna/)** - --- ## Trusted in production
