diff options
author | Kevin Fenzi <kevin@scrye.com> | 2017-05-22 22:20:40 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2017-05-22 22:20:40 +0000 |
commit | cce7351197160e156a85d6a037fd841462b01397 (patch) | |
tree | 919a37660ec3478f1a28653ba602291f58c2bd81 | |
parent | 9008988828ade3cae01e5c4e7c4c537d08c8791e (diff) | |
download | ansible-cce7351197160e156a85d6a037fd841462b01397.tar.gz ansible-cce7351197160e156a85d6a037fd841462b01397.tar.xz ansible-cce7351197160e156a85d6a037fd841462b01397.zip |
it is docs.pagure.org, not docs.pagure.io
-rw-r--r-- | files/httpd/fedorahosted-redirects.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/files/httpd/fedorahosted-redirects.conf b/files/httpd/fedorahosted-redirects.conf index 24545b6c6..a54574dab 100644 --- a/files/httpd/fedorahosted-redirects.conf +++ b/files/httpd/fedorahosted-redirects.conf @@ -178,10 +178,10 @@ RewriteRule ^/fedora-badges/report https://pagure.io/Fedora-Badges/issues [R=301 RewriteRule ^/fedora-badges/ticket/(.*) https://pagure.io/Fedora-Badges/issue/$1 [R=301] RewriteRule ^/fedora-badges https://pagure.io/Fedora-Badges [R=301] -RewriteRule ^/bind-dyndb-ldap/wiki https://docs.pagure.io/bind-dyndb-ldap/ [R=301] -RewriteRule ^/bind-dyndb-ldap/wiki/ https://docs.pagure.io/bind-dyndb-ldap/ [R=301] -RewriteRule ^/bind-dyndb-ldap/wiki/(.*) https://docs.pagure.io/bind-dyndb-ldap/$1.html [R=301] -RewriteRule ^/bind-dyndb-ldap/wiki/(.*)/ https://docs.pagure.io/bind-dyndb-ldap/$1.html [R=301] +RewriteRule ^/bind-dyndb-ldap/wiki https://docs.pagure.org/bind-dyndb-ldap/ [R=301] +RewriteRule ^/bind-dyndb-ldap/wiki/ https://docs.pagure.org/bind-dyndb-ldap/ [R=301] +RewriteRule ^/bind-dyndb-ldap/wiki/(.*) https://docs.pagure.org/bind-dyndb-ldap/$1.html [R=301] +RewriteRule ^/bind-dyndb-ldap/wiki/(.*)/ https://docs.pagure.org/bind-dyndb-ldap/$1.html [R=301] RewriteRule ^/bind-dyndb-ldap/report https://pagure.io/bind-dyndb-ldap/issues [R=301] RewriteRule ^/bind-dyndb-ldap/ticket/(.*) https://pagure.io/bind-dyndb-ldap/issue/$1 [R=301] RewriteRule ^/bind-dyndb-ldap/changeset/(.*) https://pagure.io/bind-dyndb-ldap/c/$1 [R=301] |