You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2019/08/22 07:32:42 UTC

[camel-website] branch master updated: CAMEL-13872: fix redirect for /components.html

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

zregvart 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 0831cac  CAMEL-13872: fix redirect for /components.html
0831cac is described below

commit 0831caccd3c27f192ad954e55ce441e8bb3d327b
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Thu Aug 22 09:32:38 2019 +0200

    CAMEL-13872: fix redirect for /components.html
    
    We need to point to the latest component reference.
---
 static/.htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/static/.htaccess b/static/.htaccess
index 9493525..c2377d6 100644
--- a/static/.htaccess
+++ b/static/.htaccess
@@ -552,7 +552,7 @@ Redirect 301 /cometd.html /components/latest/cometd-component.html
 Redirect 301 /commercial-camel-offerings.html /manual/latest/commercial-camel-offerings.html
 Redirect 301 /component.html /manual/latest/component.html
 Redirect 301 /componentconfiguration.html /manual/latest/componentconfiguration.html
-Redirect 301 /components.html /camel-k/latest/configuration/components.html
+Redirect 301 /components.html /components/latest/
 Redirect 301 /configuring-camel.html /manual/latest/configuring-camel.html
 Redirect 301 /configuring-route-startup-ordering-and-autostartup.html /manual/latest/configuring-route-startup-ordering-and-autostartup.html
 Redirect 301 /console-example.html /manual/latest/console-example.html