diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-12-21 23:11:40 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-21 23:11:40 +0900 |
| commit | 8b2fd45d4639dfd49ea5ec04e7bff378c4c01b6f (patch) | |
| tree | 5e0405d11593b405a8f307d6938644f099f6d0aa /Makefile | |
| parent | 788ee38bdf4ab5fc95028a9ee482313e98610f99 (diff) | |
| parent | 16cb81c727ea6a3161b81a7bc5ee2f6a1982b43c (diff) | |
| download | mruby-8b2fd45d4639dfd49ea5ec04e7bff378c4c01b6f.tar.gz mruby-8b2fd45d4639dfd49ea5ec04e7bff378c4c01b6f.zip | |
Merge pull request #5239 from jbampton/fix-links
refactor: fix Rake link and fix missing HTTPS on links
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -# mruby is using Rake (http://rake.rubyforge.org) as a build tool. +# mruby is using Rake (https://ruby.github.io/rake/) as a build tool. RAKE = rake |
