diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-12-19 16:42:40 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-19 16:42:40 +0900 |
| commit | 563ebbf0833c6642ce8d95795e53748227dd6985 (patch) | |
| tree | a5dfb9895dfd14437c220eac2072c4d95eb1b7db /mrbgems | |
| parent | 08d4365252d421f71800992b34684e320ce41ca6 (diff) | |
| parent | f7c5c00d6ea47ee940525b52acb1d9f495d62ae2 (diff) | |
| download | mruby-563ebbf0833c6642ce8d95795e53748227dd6985.tar.gz mruby-563ebbf0833c6642ce8d95795e53748227dd6985.zip | |
Merge pull request #5229 from jbampton/fix-links
🔒 Fix missing HTTPS on links
Diffstat (limited to 'mrbgems')
| -rw-r--r-- | mrbgems/mruby-compiler/core/y.tab.c | 2 | ||||
| -rw-r--r-- | mrbgems/mruby-random/src/random.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mrbgems/mruby-compiler/core/y.tab.c b/mrbgems/mruby-compiler/core/y.tab.c index a1852b831..012f4a74e 100644 --- a/mrbgems/mruby-compiler/core/y.tab.c +++ b/mrbgems/mruby-compiler/core/y.tab.c @@ -16,7 +16,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work diff --git a/mrbgems/mruby-random/src/random.c b/mrbgems/mruby-random/src/random.c index 0a5df6bd0..7ae706c86 100644 --- a/mrbgems/mruby-random/src/random.c +++ b/mrbgems/mruby-random/src/random.c @@ -19,7 +19,7 @@ To the extent possible under law, the author has dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty. -See <http://creativecommons.org/publicdomain/zero/1.0/>. */ +See <https://creativecommons.org/publicdomain/zero/1.0/>. */ #include <stdint.h> |
