summaryrefslogtreecommitdiffhomepage
path: root/build_config/IntelGalileo.rb
diff options
context:
space:
mode:
authorJohn Bampton <[email protected]>2020-12-19 23:55:10 +1000
committerJohn Bampton <[email protected]>2020-12-19 23:55:10 +1000
commit68af0cca65cd8da524f016a98b6ef2531987ab21 (patch)
treeb6b875b627656f3ed61a195e0386d05583e2158f /build_config/IntelGalileo.rb
parenta5283125424eeaa4f0436c195face0550c09a57f (diff)
downloadmruby-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/IntelGalileo.rb')
-rw-r--r--build_config/IntelGalileo.rb2
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|