Jeremy Newman : no longer need to excape the single quote

Jeremy Newman jnewman at wine.codeweavers.com
Thu Mar 17 06:24:02 CDT 2016


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

Author: Jeremy Newman <jnewman at codeweavers.com>
Date:   Thu Mar 17 06:23:45 2016 -0500

no longer need to excape the single quote

---

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

diff --git a/include/htaccess.sample b/include/htaccess.sample
index 9478290..39f329b 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%27s_Guide
-RedirectMatch ^/docs/winelib-guide$             https://wiki.winehq.org/Winelib_User%27s_Guide
-RedirectMatch ^/docs/winedev-guide$             https://wiki.winehq.org/Wine_Developer%27s_Guide
+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/Wine_Developer's_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