summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2022-10-06 13:16:39 +1300
committerOlly Betts <olly@survex.com>2022-10-06 13:16:39 +1300
commit631b41ae7b454b8593af56c65c1451db9e174a52 (patch)
tree22499f36f96d4886553b05efd1897f6858cd44db /CHANGES
parent6f3f4fbdf163cef537960620e48190f36ad2c08b (diff)
downloadswig-631b41ae7b454b8593af56c65c1451db9e174a52.tar.gz
Use https for swig.org links
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 1dc87f93e..8f3cb9e26 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3302,7 +3302,7 @@ Version 3.0.0 (16 Mar 2014)
project has been further extended. The C++11 support is comprehensive, but by no means complete
or without limitations. Full details for each new feature in C++11 is covered in the
CPlusPlus11.html chapter in the documentation which is included in SWIG and also available
- online at http://www.swig.org/Doc3.0/CPlusPlus11.html.
+ online at https://www.swig.org/Doc3.0/CPlusPlus11.html.
2014-03-14: v-for-vandal
[Lua] Numerous Lua improvements:
@@ -5784,7 +5784,7 @@ Version 2.0.0 (2 June 2010)
2010-02-27: wsfulton
License code changes: SWIG Source is GPL-v3 and library code license is now clearer
- and is provided under a very permissive license. See http://www.swig.org/legal.html.
+ and is provided under a very permissive license. See https://www.swig.org/legal.html.
2010-02-13: wsfulton
[Ruby] A few fixes for compiling under ruby-1.9.x including patch from 'Nibble'.