diff options
| author | John Bampton <[email protected]> | 2020-12-19 23:55:10 +1000 |
|---|---|---|
| committer | John Bampton <[email protected]> | 2020-12-19 23:55:10 +1000 |
| commit | 68af0cca65cd8da524f016a98b6ef2531987ab21 (patch) | |
| tree | b6b875b627656f3ed61a195e0386d05583e2158f /build_config | |
| parent | a5283125424eeaa4f0436c195face0550c09a57f (diff) | |
| download | mruby-68af0cca65cd8da524f016a98b6ef2531987ab21.tar.gz mruby-68af0cca65cd8da524f016a98b6ef2531987ab21.zip | |
refactor: fix case of GitHub and fix missing HTTPS on link
- changed `github` to `GitHub`
Diffstat (limited to 'build_config')
| -rw-r--r-- | build_config/IntelGalileo.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_config/IntelGalileo.rb b/build_config/IntelGalileo.rb index e996efa5b..d28986e36 100644 --- a/build_config/IntelGalileo.rb +++ b/build_config/IntelGalileo.rb @@ -1,5 +1,5 @@ # Cross Compiling configuration for Intel Galileo on Arduino environment -# http://arduino.cc/en/ArduinoCertified/IntelGalileo +# https://arduino.cc/en/ArduinoCertified/IntelGalileo # # Requires Arduino IDE for Intel Galileo MRuby::CrossBuild.new("Galileo") do |conf| |
