Jeremy Newman : encode the urls

Jeremy Newman jnewman at wine.codeweavers.com
Fri Feb 26 11:00:07 CST 2016


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

Author: Jeremy Newman <jnewman at codeweavers.com>
Date:   Fri Feb 26 10:59:51 2016 -0600

encode the urls

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

---

 include/htaccess.sample | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/htaccess.sample b/include/htaccess.sample
index c62e4fa..5d47559 100644
--- a/include/htaccess.sample
+++ b/include/htaccess.sample
@@ -71,9 +71,9 @@ RedirectMatch     ^/site/wineconf/?$            https://wiki.winehq.org/WineConf
 RedirectMatch     ^/wineconf/?$                 https://wiki.winehq.org/WineConf
 
 # fix documentation links
-RedirectMatch ^/docs/wineusr-guide$             https://wiki.winehq.org/Wine User's Guide
-RedirectMatch ^/docs/winelib-guide$             https://wiki.winehq.org/Winelib User's Guide
-RedirectMatch ^/docs/winedev-guide$             https://wiki.winehq.org/Developer's Guide
+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 ^/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