This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/main by this push: new fcd8f33a Disable redirects for removed components fcd8f33a is described below commit fcd8f33a07023abd22d86aa2d965afdfa7ca7870 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Thu Jan 19 13:24:09 2023 +0100 Disable redirects for removed components --- static/.htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/.htaccess b/static/.htaccess index 83adfa30..2341f55d 100644 --- a/static/.htaccess +++ b/static/.htaccess @@ -482,7 +482,7 @@ Redirect 301 /documentation.html /manual/ # Redirect 301 /yaml-data-format.html # Redirect 301 /zeromq.html # Redirect 301 /zip-dataformat.html -Redirect 301 /activemq.html /components/next/activemq-component.html +# Redirect 301 /activemq.html /components/next/activemq-component.html Redirect 301 /advanced-configuration-of-camelcontext-using-spring.html /manual/advanced-configuration-of-camelcontext-using-spring.html Redirect 301 /aggregator.html /components/next/eips/aggregate-eip.html Redirect 301 /aggregator2 /components/next/eips/aggregate-eip.html @@ -957,7 +957,7 @@ Redirect 301 /spring-xml-extensions.html /manual/spring-xml-extensions.html Redirect 301 /spring.html /components/next/spring.html # Possible candidates for previous URL: [/manual/spring.html, /components/next/spring.html] Redirect 301 /springbatch.html /components/next/spring-batch-component.html -Redirect 301 /springintegration.html /components/next/spring-integration-component.html +# Redirect 301 /springintegration.html /components/next/spring-integration-component.html Redirect 301 /sql-component.html /components/next/sql-component.html Redirect 301 /sql.html /components/next/sql-component.html Redirect 301 /ssh.html /components/next/ssh-component.html