aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/os
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/os')
-rw-r--r--Library/Homebrew/os/mac.rb6
-rw-r--r--Library/Homebrew/os/mac/xcode.rb2
-rw-r--r--Library/Homebrew/os/mac/xquartz.rb4
3 files changed, 6 insertions, 6 deletions
diff --git a/Library/Homebrew/os/mac.rb b/Library/Homebrew/os/mac.rb
index 29fcbe958..14c9c3834 100644
--- a/Library/Homebrew/os/mac.rb
+++ b/Library/Homebrew/os/mac.rb
@@ -136,9 +136,9 @@ module OS
end
# See these issues for some history:
- # http://github.com/Homebrew/homebrew/issues/13
- # http://github.com/Homebrew/homebrew/issues/41
- # http://github.com/Homebrew/homebrew/issues/48
+ # https://github.com/Homebrew/homebrew/issues/13
+ # https://github.com/Homebrew/homebrew/issues/41
+ # https://github.com/Homebrew/homebrew/issues/48
def macports_or_fink
paths = []
diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb
index 5d5e02d9a..46e5d5512 100644
--- a/Library/Homebrew/os/mac/xcode.rb
+++ b/Library/Homebrew/os/mac/xcode.rb
@@ -53,7 +53,7 @@ module OS
# Ask Spotlight where Xcode is. If the user didn't install the
# helper tools and installed Xcode in a non-conventional place, this
- # is our only option. See: http://superuser.com/questions/390757
+ # is our only option. See: https://superuser.com/questions/390757
def bundle_path
MacOS.app_with_bundle_id(V4_BUNDLE_ID, V3_BUNDLE_ID)
end
diff --git a/Library/Homebrew/os/mac/xquartz.rb b/Library/Homebrew/os/mac/xquartz.rb
index 79b50df44..9c717367e 100644
--- a/Library/Homebrew/os/mac/xquartz.rb
+++ b/Library/Homebrew/os/mac/xquartz.rb
@@ -42,8 +42,8 @@ module OS
end
end
- # http://xquartz.macosforge.org/trac/wiki
- # http://xquartz.macosforge.org/trac/wiki/Releases
+ # https://xquartz.macosforge.org/trac/wiki
+ # https://xquartz.macosforge.org/trac/wiki/Releases
def latest_version
case MacOS.version
when "10.5"