diff lib/progreloc.c @ 19192:d86e08b1f555

all: Replace many more http URLs by https URLs. Update stale URLs. * users.txt: Remove mention of 'newts'. * lib/localename.c: Update comment about LANG_SOTHO.
author Bruno Haible <bruno@clisp.org>
date Thu, 14 Sep 2017 00:35:56 +0200
parents 9759915b2aca
children 10eb9086bea0
line wrap: on
line diff
--- a/lib/progreloc.c	Wed Sep 13 13:27:36 2017 -0700
+++ b/lib/progreloc.c	Thu Sep 14 00:35:56 2017 +0200
@@ -153,7 +153,7 @@
      On Cygwin, it is better to use the Cygwin provided /proc interface, than
      to use native Windows API and cygwin_conv_to_posix_path, because it
      supports longer file names
-     (see <http://cygwin.com/ml/cygwin/2011-01/msg00410.html>).  */
+     (see <https://cygwin.com/ml/cygwin/2011-01/msg00410.html>).  */
   char location[MAX_PATH];
   int length = GetModuleFileName (NULL, location, sizeof (location));
   if (length < 0)