Jeremy Newman : fix dev guide redir

Jeremy Newman jnewman at wine.codeweavers.com
Fri Feb 26 11:03:20 CST 2016


Module: website
Branch: master
Commit: c2ab97f26e19a7d814c8ff941ffdf1e38406e7f0
URL:    http://source.winehq.org/git/website.git/?a=commit;h=c2ab97f26e19a7d814c8ff941ffdf1e38406e7f0

Author: Jeremy Newman <jnewman at codeweavers.com>
Date:   Fri Feb 26 11:02:58 2016 -0600

fix dev guide redir

Signed-off-by: Jeremy Newman <jnewman at codeweavers.com>

---

 include/htaccess.sample | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/htaccess.sample b/include/htaccess.sample
index 5d47559..9478290 100644
--- a/include/htaccess.sample
+++ b/include/htaccess.sample
@@ -73,7 +73,7 @@ RedirectMatch     ^/wineconf/?$                 https://wiki.winehq.org/WineConf
 # fix documentation links
 RedirectMatch ^/docs/wineusr-guide$             https://wiki.winehq.org/Wine_User%27s_Guide
 RedirectMatch ^/docs/winelib-guide$             https://wiki.winehq.org/Winelib_User%27s_Guide
-RedirectMatch ^/docs/winedev-guide$             https://wiki.winehq.org/Developer%27s_Guide
+RedirectMatch ^/docs/winedev-guide$             https://wiki.winehq.org/Wine_Developer%27s_Guide
 RedirectMatch ^/site/docs$                      https://www.winehq.org/documentation
 RedirectMatch ^/docs$                           https://www.winehq.org/documentation
 RedirectMatch ^/Docs/(\w+-\w+)/$                https://www.winehq.org/docs/$1/index




More information about the wine-cvs mailing list