This is an automated email from the ASF dual-hosted git repository. janbednar 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 751f4ee CAMEL-13872: file and file2 redirects to file-component instead file-language 751f4ee is described below commit 751f4eefb1c46eca372e2ef2db63149e27c50f89 Author: Jan Bednář <m...@janbednar.eu> AuthorDate: Wed Aug 21 21:04:03 2019 +0200 CAMEL-13872: file and file2 redirects to file-component instead file-language --- static/.htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/.htaccess b/static/.htaccess index dc13f3e..9493525 100644 --- a/static/.htaccess +++ b/static/.htaccess @@ -626,9 +626,9 @@ Redirect 301 /expression.html /manual/latest/expression.html Redirect 301 /facebook.html /components/latest/facebook-component.html Redirect 301 /faq.html /manual/latest/faq.html Redirect 301 /file-language.html /manual/latest/file-language.html -Redirect 301 /file.html /manual/latest/file-language.html +Redirect 301 /file.html /components/latest/file-component.html # Possible candidates for previous URL: [/components/latest/file-component.html, /manual/latest/file-language.html] -Redirect 301 /file2.html /manual/latest/file-language.html +Redirect 301 /file2.html /components/latest/file-component.html # Possible candidates for previous URL: [/components/latest/file-component.html, /manual/latest/file-language.html] Redirect 301 /flatpack-dataformat.html /components/latest/flatpack-dataformat.html Redirect 301 /flatpack.html /components/latest/flatpack-component.html