The "About Fedora" link in the footer goes to a page in wiki that says "This document has moved." and suggests a link.
This patch updates the link to use the suggestion, taking the user directly there.
Seems to be the only affected wiki link in the footer.
Untested; not sure if it affects other sites.
...and now the wiki appears to be redirecting me automatically, so maybe this PR is redundant.
I think this makes sense to do. @robyduck What do you think?
This url is definitely being redirected.
curl http://fedoraproject.org/wiki/Overview -I HTTP/1.1 301 Moved Permanently Date: Fri, 23 Feb 2018 16:29:22 GMT Server: Apache/2.4.29 (Fedora) X-Frame-Options: SAMEORIGIN X-Xss-Protection: 1; mode=block X-Content-Type-Options: nosniff Referrer-Policy: same-origin X-Powered-By: PHP/7.1.13 X-Content-Type-Options: nosniff Content-language: en X-UA-Compatible: IE=Edge Link: <https://fedoraproject.org/static/images/fedora-logo.png>;rel=preload;as=image Vary: Accept-Encoding,Cookie,User-Agent Expires: Thu, 01 Jan 1970 00:00:00 GMT Cache-Control: no-cache, no-store, max-age=0, must-revalidate Pragma: no-cache Location: https://docs.fedoraproject.org/fedora-project/project/fedora-overview.html AppTime: D=1135268 AppServer: proxy04.fedoraproject.org Content-Type: text/html; charset=UTF-8 X-Varnish: 46508424 Age: 0 Via: 1.1 varnish (Varnish/5.1)
Pull-Request has been merged by sijis
The "About Fedora" link in the footer goes to a page in wiki that says "This document has moved." and suggests a link.
This patch updates the link to use the suggestion, taking the user directly there.
Seems to be the only affected wiki link in the footer.
Untested; not sure if it affects other sites.