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

jbertram pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-website.git


The following commit(s) were added to refs/heads/master by this push:
     new cce7f8e  Tweak rewrite rule for Artemis docs
cce7f8e is described below

commit cce7f8e6ed471b312f9a7bf0f078273fed12252e
Author: Justin Bertram <jbert...@apache.org>
AuthorDate: Fri Apr 5 09:41:55 2019 -0500

    Tweak rewrite rule for Artemis docs
---
 src/.htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/.htaccess b/src/.htaccess
index d982e76..f8e1a05 100644
--- a/src/.htaccess
+++ b/src/.htaccess
@@ -2,6 +2,6 @@ RewriteEngine On
 RewriteRule ^camel/(.*)$ http://camel.apache.org/$1 [R=301,L]
 RewriteRule ^nms.*$ https://activemq.apache.org/components/nms/ [R=301,L]
 RewriteRule ^cms.*$ https://activemq.apache.org/components/cms/ [R=301,L]
-RewriteRule ^artemis/docs/(.*)$ 
https://activemq.apache.org/components/artemis/documentation/$1 [R=301,L]
+RewriteRule ^artemis/docs/(.*) 
https://activemq.apache.org/components/artemis/documentation/$1 [R=301,L]
 RewriteRule ^artemis.*$ https://activemq.apache.org/components/artemis/ 
[R=301,L]
 RewriteRule ^apollo.*$ https://activemq.apache.org/ [R=301,L]

Reply via email to