diff options
| author | John Bampton <[email protected]> | 2020-12-21 18:46:38 +1000 |
|---|---|---|
| committer | John Bampton <[email protected]> | 2020-12-21 18:46:38 +1000 |
| commit | 16cb81c727ea6a3161b81a7bc5ee2f6a1982b43c (patch) | |
| tree | 5e0405d11593b405a8f307d6938644f099f6d0aa | |
| parent | 788ee38bdf4ab5fc95028a9ee482313e98610f99 (diff) | |
| download | mruby-16cb81c727ea6a3161b81a7bc5ee2f6a1982b43c.tar.gz mruby-16cb81c727ea6a3161b81a7bc5ee2f6a1982b43c.zip | |
refactor: fix Rake link and fix missing HTTPS on links
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | build_config/ArduinoDue.rb | 2 | ||||
| -rw-r--r-- | build_config/chipKITMax32.rb | 2 |
3 files changed, 3 insertions, 3 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 diff --git a/build_config/ArduinoDue.rb b/build_config/ArduinoDue.rb index a5d6102c0..ba7271633 100644 --- a/build_config/ArduinoDue.rb +++ b/build_config/ArduinoDue.rb @@ -1,5 +1,5 @@ # Cross Compiling configuration for Arduino Due -# http://arduino.cc/en/Main/ArduinoBoardDue +# https://arduino.cc/en/Main/ArduinoBoardDue # # Requires Arduino IDE >= 1.5 MRuby::CrossBuild.new("ArduinoDue") do |conf| diff --git a/build_config/chipKITMax32.rb b/build_config/chipKITMax32.rb index 2a8ebe16d..4fe8b4ba2 100644 --- a/build_config/chipKITMax32.rb +++ b/build_config/chipKITMax32.rb @@ -1,5 +1,5 @@ # Cross Compiling configuration for Digilent chipKIT Max32 -# http://www.digilentinc.com/Products/Detail.cfm?Prod=CHIPKIT-MAX32 +# https://www.digilentinc.com/Products/Detail.cfm?Prod=CHIPKIT-MAX32 # # Requires MPIDE (https://github.com/chipKIT32/chipKIT32-MAX) # |
