mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-18 10:35:20 +00:00
gitlab_pages: Fix 'maven' redirect
The redirect to the 'maven' repository of libvirt doesn't work currently for libvirt pages as the ':splat' replacement doesn't match due to a missing '/'. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
9ef6541cec
commit
01455a9f05
@ -7,7 +7,7 @@
|
|||||||
# Redirects to the download server
|
# Redirects to the download server
|
||||||
/libvirt/sources/* https://download.libvirt.org/:splat 301
|
/libvirt/sources/* https://download.libvirt.org/:splat 301
|
||||||
/libvirt/ruby/download/* https://download.libvirt.org/ruby/:splat 301
|
/libvirt/ruby/download/* https://download.libvirt.org/ruby/:splat 301
|
||||||
/libvirt/maven2/org/libvirt* https://download.libvirt.org/maven2/org/libvirt/:splat 301
|
/libvirt/maven2/org/libvirt/* https://download.libvirt.org/maven2/org/libvirt/:splat 301
|
||||||
|
|
||||||
# Redirects to subproject pages
|
# Redirects to subproject pages
|
||||||
/libvirt/ruby/* https://ruby.libvirt.org/:splat 301
|
/libvirt/ruby/* https://ruby.libvirt.org/:splat 301
|
||||||
|
Loading…
x
Reference in New Issue
Block a user