Skip to content

Commit 0e6d054

Browse files
author
Gaurav Nelson
committed
Fix incorrect path
1 parent 4977331 commit 0e6d054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.s2i/httpd-cfg/01-commercial.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ AddType text/vtt vtt
140140
# the first one redirects
141141
RewriteRule ^acs/?$ /acs/3.72/welcome/index.html [R=301]
142142
# redirect to the latest release notes
143-
RewriteRule ^acs/release_notes/?$ /acs/3.72/release_notes/371-release-notes.html [R=301,NE]
143+
RewriteRule ^acs/release_notes/?$ /acs/3.72/release_notes/372-release-notes.html [R=301,NE]
144144
RewriteRule ^acs/(\D.*)$ /acs/3.72/$1 [NE,R=301]
145145
RewriteRule ^acs/(3\.65|3\.66|3\.67|3\.68|3\.69|3\.70|3\.71|3\.72)/?$ /acs/$1/welcome/index.html [L,R=301]
146146

0 commit comments

Comments
 (0)