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

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


The following commit(s) were added to refs/heads/master by this push:
     new a500ec6e9 update latest manual redirect
     new 7043a35a3 Merge pull request #212 from hansva/master
a500ec6e9 is described below

commit a500ec6e9263a439cf791af6517528ff1f8ca2c3
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Mon Dec 11 11:44:40 2023 +0100

    update latest manual redirect
---
 .htaccess | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.htaccess b/.htaccess
index 09095edf4..73efa43ce 100644
--- a/.htaccess
+++ b/.htaccess
@@ -2,6 +2,6 @@
 RewriteEngine on
 RewriteBase "/"
 
-# Redirect /manual/2.6.0 to latest
+# Redirect /manual/2.7.0 to latest
 
-RewriteRule "^manual/2.6.0(/.*)$" "/manual/latest$1" [R=permanent,L]
\ No newline at end of file
+RewriteRule "^manual/2.7.0(/.*)$" "/manual/latest$1" [R=permanent,L]
\ No newline at end of file

Reply via email to