Skip to content

Commit e2ad080

Browse files
committed
More https
1 parent b87e97c commit e2ad080

5 files changed

Lines changed: 5 additions & 4 deletions

File tree

cibuild.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ if [ "$TRAVIS" == "true" ]; then
4444
questforspace\.com
4545
bountysource\.com
4646
barryodonovan\.com
47+
unity3d\.com
4748
}.map{|h| "/#{h}/"}.join(",")')
4849
else
4950
# credit: code snippet borrowed from jekyllrb.com website source

docs/tutorials/adding-new-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ edits, and will review and merge your changes when they get the chance.
118118
[projects page]: /projects
119119
[mindsensor.com]: http://mindsensors.com/
120120
[projects folder]: https://github.com/ev3dev/ev3dev.github.io/tree/master/projects/_posts
121-
[kramdown basics]: http://kramdown.gettalong.org/quickref.html
121+
[kramdown basics]: https://kramdown.gettalong.org/quickref.html
122122
[template project]: https://github.com/ev3dev/ev3dev.github.io/blob/master/projects/_posts/2014-03-21-Example-Project.md
123123
[template page]: /projects/2014/03/21/Example-Project/
124124
[raw template]: https://raw.githubusercontent.com/ev3dev/ev3dev.github.io/master/projects/_posts/2014-03-21-Example-Project.md

docs/tutorials/setting-up-an-nfs-file-share.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ And then you should be able to see the files on your host computer when you do `
158158
- The [OS X `nfsd`][OSXnfsd] manpage
159159
- The [OS X `showmount`][OSXshowmount] manpage
160160

161-
[OSXServerNFSExport]: http://support.apple.com/kb/HT4695
161+
[OSXServerNFSExport]: https://support.apple.com/kb/HT4695
162162
[BarryODonavanNFS]: https://www.barryodonovan.com/2012/12/12/apple-os-x-as-an-nfs-server-with-linux-clients
163163
[linuxexports5]: https://linux.die.net/man/5/exports
164164
[linuxexportfs8]: https://linux.die.net/man/8/exportfs

docs/tutorials/writing-sd-card-image-win32diskimager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ accept the warning to start the installation.
4040
7. This may take a few minutes, so be patient while it finishes.
4141
Once it's done, you can eject the SD card from the system tray and unplug it from the computer.
4242

43-
[imager]: http://sourceforge.net/projects/win32diskimager/files/latest/download
43+
[imager]: https://sourceforge.net/projects/win32diskimager/files/latest/download

projects/_posts/2014-03-21-Example-Project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ excerpt: "An example/template project to make creating a new project page easier
1919
---
2020

2121
Put your content here. It will be processed as markdown using the
22-
[kramdown](http://kramdown.gettalong.org/syntax.html) markdown engine.
22+
[kramdown](https://kramdown.gettalong.org/syntax.html) markdown engine.
2323
Most HTML will work too.
2424

2525
Here are some suggestions for what to include in your description:

0 commit comments

Comments
 (0)