aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2014-09-01 18:20:39 +0200
committerMathias Bynens <mathias@qiwi.be>2014-09-01 18:20:39 +0200
commit90037c09e07e6d73a3f389925b63c65a00a4d635 (patch)
treed50f70823f328c008762db3191c3afe6ef5d3bf9
parente035fa6edf658f2be483aece17a117435359929b (diff)
downloaddotfiles-90037c09e07e6d73a3f389925b63c65a00a4d635.tar.gz
dotfiles-90037c09e07e6d73a3f389925b63c65a00a4d635.tar.bz2
dotfiles-90037c09e07e6d73a3f389925b63c65a00a4d635.zip
Update URLs
-rwxr-xr-x.osx4
-rw-r--r--README.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/.osx b/.osx
index d1b47e6..e0c67c2 100755
--- a/.osx
+++ b/.osx
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-# ~/.osx — http://mths.be/osx
+# ~/.osx — https://mths.be/osx
# Ask for the administrator password upfront
sudo -v
@@ -93,7 +93,7 @@ defaults write NSGlobalDomain NSDisableAutomaticTermination -bool true
# Set Help Viewer windows to non-floating mode
defaults write com.apple.helpviewer DevMode -bool true
-# Fix for the ancient UTF-8 bug in QuickLook (http://mths.be/bbo)
+# Fix for the ancient UTF-8 bug in QuickLook (https://mths.be/bbo)
# Commented out, as this is known to cause problems in various Adobe apps :(
# See https://github.com/mathiasbynens/dotfiles/issues/237
#echo "0x08000100:0" > ~/.CFUserTextEncoding
diff --git a/README.md b/README.md
index dd94989..c6d6514 100644
--- a/README.md
+++ b/README.md
@@ -111,7 +111,7 @@ Suggestions/improvements
* [Nicolas Gallagher](http://nicolasgallagher.com/) and his [dotfiles repository](https://github.com/necolas/dotfiles)
* [Sindre Sorhus](http://sindresorhus.com/)
* [Tom Ryder](http://blog.sanctum.geek.nz/) and his [dotfiles repository](https://github.com/tejr/dotfiles)
-* [Kevin Suttle](http://kevinsuttle.com/) and his [dotfiles repository](https://github.com/kevinSuttle/dotfiles) and [OSXDefaults project](https://github.com/kevinSuttle/OSXDefaults), which aims to provide better documentation for [`~/.osx`](http://mths.be/osx)
+* [Kevin Suttle](http://kevinsuttle.com/) and his [dotfiles repository](https://github.com/kevinSuttle/dotfiles) and [OSXDefaults project](https://github.com/kevinSuttle/OSXDefaults), which aims to provide better documentation for [`~/.osx`](https://mths.be/osx)
* [Haralan Dobrev](http://hkdobrev.com/)
* anyone who [contributed a patch](https://github.com/mathiasbynens/dotfiles/contributors) or [made a helpful suggestion](https://github.com/mathiasbynens/dotfiles/issues)