From 86b53732f0aee5d16bd8739358a3576086cd843f Mon Sep 17 00:00:00 2001 From: David Lechner Date: Sun, 12 Feb 2017 16:41:08 -0600 Subject: [PATCH 1/2] Link uses https now --- docs/tutorials/setting-up-an-nfs-file-share.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/setting-up-an-nfs-file-share.md b/docs/tutorials/setting-up-an-nfs-file-share.md index 51276d3fe..f99f8b8b7 100644 --- a/docs/tutorials/setting-up-an-nfs-file-share.md +++ b/docs/tutorials/setting-up-an-nfs-file-share.md @@ -159,7 +159,7 @@ And then you should be able to see the files on your host computer when you do ` - The [OS X `showmount`][OSXshowmount] manpage [OSXServerNFSExport]: http://support.apple.com/kb/HT4695 -[BarryODonavanNFS]: http://www.barryodonovan.com/index.php/2012/12/12/apple-os-x-as-an-nfs-server-with-linux-clients +[BarryODonavanNFS]: https://www.barryodonovan.com/2012/12/12/apple-os-x-as-an-nfs-server-with-linux-clients [linuxexports5]: http://linux.die.net/man/5/exports [linuxexportfs8]: http://linux.die.net/man/8/exportfs [OSXexports5]: http://www.manpages.info/macosx/exports.5.html From 27cb7a5d1cc0a677a38be785ad819343ec4976eb Mon Sep 17 00:00:00 2001 From: David Lechner Date: Sun, 12 Feb 2017 16:46:23 -0600 Subject: [PATCH 2/2] Yet another https problem site --- cibuild.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cibuild.sh b/cibuild.sh index f57bee2cd..34f4a3713 100755 --- a/cibuild.sh +++ b/cibuild.sh @@ -43,6 +43,7 @@ if [ "$TRAVIS" == "true" ]; then lab\.open-roberta\.org questforspace\.com bountysource\.com + barryodonovan\.com }.map{|h| "/#{h}/"}.join(",")') else # credit: code snippet borrowed from jekyllrb.com website source