This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-website.git
commit 930446585985d4638c88a1d1600778fc33a0144e Author: Claus Ibsen <[email protected]> AuthorDate: Sat May 16 20:56:54 2020 +0200 Front page should link to new 3.3 whats new blog --- layouts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/index.html b/layouts/index.html index 96e6d14..53bcbee 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,7 +1,7 @@ {{ partial "header.html" . }} <header class="frontpage"> - <h1>🚀 Camel 3.3 is here! <wbr><a href="https://camel.apache.org/blog/release-3-3-0.html">What's new?</a></h1> + <h1>🚀 Camel 3.3 is here! <wbr><a href="blog/Camel33-Whatsnew">What's new?</a></h1> <svg viewBox="0 0 500 70" preserveAspectRatio="none"> <path d="M -10,25 C 130,125 330,0 510,5" /> <path d="M -10,20 C 130,125 330,0 510,2" />
