Skip to content

Commit b172512

Browse files
committed
correct back reference
1 parent 622bcc4 commit b172512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.htaccess

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RedirectMatch permanent "^/ansible/2.6/user_guide/quickstart.html" "/ansible/lat
4040
RedirectMatch permanent "^/ansible/2.6/vmware/index.html" "/ansible/latest/collections/community/vmware/index.html"
4141

4242
# 2.3 to 2.7 catch all redirects
43-
RedirectMatch permanent "^/ansible/(2\.[3-7])/(.+)\.html$" "/ansible/latest/$3.html"
43+
RedirectMatch permanent "^/ansible/(2\.[3-7])/(.+)\.html$" "/ansible/latest/$2.html"
4444

4545
#####################################################################
4646
# Redirects for top-level project pages

0 commit comments

Comments
 (0)