Skip to content

Commit

Permalink
correct back reference
Browse files Browse the repository at this point in the history
  • Loading branch information
oraNod committed Jan 20, 2025
1 parent 622bcc4 commit b172512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RedirectMatch permanent "^/ansible/2.6/user_guide/quickstart.html" "/ansible/lat
RedirectMatch permanent "^/ansible/2.6/vmware/index.html" "/ansible/latest/collections/community/vmware/index.html"

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

#####################################################################
# Redirects for top-level project pages
Expand Down

0 comments on commit b172512

Please sign in to comment.