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


The following commit(s) were added to refs/heads/master by this push:
     new ce64da0  Argh dont create blog with folders with dot in the name, then 
it breaks stuff.
ce64da0 is described below

commit ce64da04bd0765dd54f66106064e5fa0826643e4
Author: Claus Ibsen <[email protected]>
AuthorDate: Sat May 16 17:39:43 2020 +0200

    Argh dont create blog with folders with dot in the name, then it breaks 
stuff.
---
 layouts/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layouts/index.html b/layouts/index.html
index 970390c..96e6d14 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,7 +1,7 @@
 {{ partial "header.html" . }}
 
 <header class="frontpage">
-  <h1>&#x1f680; Camel 3.3 is here! <wbr><a href="blog/release-3-3-0/">What's 
new?</a></h1>
+  <h1>&#x1f680; Camel 3.3 is here! <wbr><a 
href="https://camel.apache.org/blog/release-3-3-0.html";>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" />

Reply via email to