From bd65774e68b6d85708b343ef44461bed1173b98d Mon Sep 17 00:00:00 2001
From: Lemures Lemniscati <lemures.lemniscati@gmail.com>
Date: Sat, 12 Dec 2020 11:53:40 +0900
Subject: [PATCH 096/117] Update URLs in cygclass/ruby.cygclass

http://www.gnu.org/ to https://www.gnu.org/
http://www.cmake.org/cmake/help/cmake-2-8-docs.html#prop_tgt:SUFFIX
  to https://cmake.org/cmake/help/latest/prop_tgt/SUFFIX.html
---
 cygclass/ruby.cygclass | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/cygclass/ruby.cygclass b/cygclass/ruby.cygclass
index 7e40448..7dc8433 100644
--- a/cygclass/ruby.cygclass
+++ b/cygclass/ruby.cygclass
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with cygport.  If not, see <http://www.gnu.org/licenses/>.
+# along with cygport.  If not, see <https://www.gnu.org/licenses/>.
 #
 ################################################################################
 
@@ -36,9 +36,9 @@
 #  where .dll is the norm.  The standard Ruby build systems will do this
 #  correctly, but modules build with other build systems will usually need
 #  a patch to force the use of the .so extension.  For instance, with
-#  |html <a href="http://www.gnu.org/software/libtool/manual/html_node/Link-mode.html">automake and libtool</a>:
+#  |html <a href="https://www.gnu.org/software/libtool/manual/html_node/Link-mode.html">automake and libtool</a>:
 #    foo_la_LDFLAGS = -module -avoid-version -no-undefined -shrext '.so'
-#  |html or with <a href="http://www.cmake.org/cmake/help/cmake-2-8-docs.html#prop_tgt:SUFFIX">CMake</a>:
+#  |html or with <a href="https://cmake.org/cmake/help/latest/prop_tgt/SUFFIX.html">CMake</a>:
 #    set_target_properties(foo PROPERTIES PREFIX "" SUFFIX ".so")
 #  INHERITED BY
 #  rubygem.cygclass
-- 
2.29.2

