[PATCH 26/29] programs/winedbg/: move WineHQ URLs to https

Austin English austinenglish at gmail.com
Thu Nov 30 12:57:16 CST 2017


Signed-off-by: Austin English <austinenglish at gmail.com>
---
 programs/winedbg/winedbg.man.in | 6 +++---
 programs/winedbg/winedbg.rc     | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/programs/winedbg/winedbg.man.in b/programs/winedbg/winedbg.man.in
index d107166f3d..ea4dc28071 100644
--- a/programs/winedbg/winedbg.man.in
+++ b/programs/winedbg/winedbg.man.in
@@ -400,19 +400,19 @@ The first version was written by Eric Youngdale.
 See Wine developers list for the rest of contributors.
 .SH BUGS
 Bugs can be reported on the
-.UR http://bugs.winehq.org
+.UR https://bugs.winehq.org
 .B Wine bug tracker
 .UE .
 .SH AVAILABILITY
 .B winedbg
 is part of the Wine distribution, which is available through WineHQ,
 the
-.UR http://www.winehq.org/
+.UR https://www.winehq.org/
 .B Wine development headquarters
 .UE .
 .SH "SEE ALSO"
 .BR wine (1),
 .br
-.UR http://www.winehq.org/help
+.UR https://www.winehq.org/help
 .B Wine documentation and support
 .UE .
diff --git a/programs/winedbg/winedbg.rc b/programs/winedbg/winedbg.rc
index 7514f9de93..2cfaf9e992 100644
--- a/programs/winedbg/winedbg.rc
+++ b/programs/winedbg/winedbg.rc
@@ -53,7 +53,7 @@ BEGIN
                     to close. We are sorry for the inconvenience.",
                     IDC_STATIC_TXT1,27,10,224,30
     CONTROL         "This can be caused by a problem in the program or a deficiency in Wine. \
-                    You may want to check the <a href=\"http://appdb.winehq.org\">Application Database</a> \
+                    You may want to check the <a href=\"https://appdb.winehq.org\">Application Database</a> \
                     for tips about running this application.",
                     IDC_STATIC_TXT2,"SysLink",0,27,60,224,100
     DEFPUSHBUTTON   "Close", IDOK, 205, 151, 60, 16, WS_TABSTOP
@@ -68,7 +68,7 @@ BEGIN
     EDITTEXT        IDC_CRASH_TXT, 4, 4, 392, 272, ES_MULTILINE | ES_READONLY | WS_HSCROLL | WS_VSCROLL, WS_TABSTOP
     CONTROL         "If this problem is not present under Windows and has not been reported yet, \
                      you can save the detailed information to a file using the \"Save As\" button, \
-                     then <a href=\"http://wiki.winehq.org/Bugs\">file a bug report</a> \
+                     then <a href=\"https://wiki.winehq.org/Bugs\">file a bug report</a> \
                      and attach that file to the report.",
                     IDC_STATIC_TXT2,"SysLink",0,6,285,388,32
     DEFPUSHBUTTON   "Close", IDOK, 326, 320, 70, 16, WS_TABSTOP
-- 
2.13.6




More information about the wine-devel mailing list