=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: Use protocol relative urls in the configuration

Jeremy Newman jnewman at winehq.org
Tue Sep 17 09:51:07 CDT 2013


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Tue Sep  3 20:31:07 2013 +0200

Use protocol relative urls in the configuration

---

 include/winehq.conf.sample |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/winehq.conf.sample b/include/winehq.conf.sample
index 1eb97fb..afb8b05 100644
--- a/include/winehq.conf.sample
+++ b/include/winehq.conf.sample
@@ -26,7 +26,7 @@ lang:               en
 
 # default base URLS (if you run the site, in a subdir, set base_root)
 base_root:          
-base_url:           http://www.winehq.org{$base_root}/
+base_url:           //www.winehq.org{$base_root}/
 
 # Path to WWN XML files
 news_xml_path:      news
@@ -35,10 +35,10 @@ news_xml_path:      news
 wwn_xml_path:       wwn
 
 # URL for bugs
-bug_system:         http://bugs.winehq.org/show_bug.cgi?id=
+bug_system:         //bugs.winehq.org/show_bug.cgi?id=
 
 # URL for git tree
-git_tree:           http://source.winehq.org/git
+git_tree:           //source.winehq.org/git
 
 # Path to the root directory of the site
 base_path:          /path/to/root/directory/of/website/




More information about the wine-cvs mailing list