Skip to content

Commit b87e97c

Browse files
committed
https
These sites are redirected to https, which sometimes causes travis to fail
1 parent ed624a1 commit b87e97c

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ if you do not want to lose them!
8989

9090
Now it's time to write the image to the card.
9191

92-
1. Download and install Etcher from [their website](http://etcher.io).
92+
1. Download and install Etcher from [their website](https://etcher.io).
9393
2. Launch Etcher after it has finished installing.
9494

9595
{% include /util/screenshot.html source="/images/etcher/home.png" caption="Etcher home screen" width="600px" %}

docs/kernel-hackers-notebook/ev3-bluetooth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ENW8929A2KF with TI part number CC2560A instead.
1313
## Documentation
1414

1515
* [PAN1325A website](https://na.industrial.panasonic.com/products/wireless-connectivity/bluetooth/bluetooth-classic/series/pan1325a1315a-series/CS460)
16-
* [PAN1325A datasheet](http://na.industrial.panasonic.com/sites/default/pidsa/files/panasonic_pan13xx_datasheet_v4.61.pdf) (pdf)
16+
* [PAN1325A datasheet](https://na.industrial.panasonic.com/sites/default/pidsa/files/panasonic_pan13xx_datasheet_v4.61.pdf) (pdf)
1717
* [CC2560 website](http://www.ti.com/product/cc2560)
1818
* [CC2560 datasheet](http://www.ti.com/lit/ds/symlink/cc2560.pdf)
1919
* [CC256x wiki](http://processors.wiki.ti.com/index.php/CC256x)

docs/tutorials/adding-new-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,5 @@ edits, and will review and merge your changes when they get the chance.
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
125-
[website repository]: http://github.com/ev3dev/ev3dev.github.io
125+
[website repository]: https://github.com/ev3dev/ev3dev.github.io
126126
[the readme]: https://github.com/ev3dev/ev3dev.github.io

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ And then you should be able to see the files on your host computer when you do `
160160

161161
[OSXServerNFSExport]: http://support.apple.com/kb/HT4695
162162
[BarryODonavanNFS]: https://www.barryodonovan.com/2012/12/12/apple-os-x-as-an-nfs-server-with-linux-clients
163-
[linuxexports5]: http://linux.die.net/man/5/exports
164-
[linuxexportfs8]: http://linux.die.net/man/8/exportfs
163+
[linuxexports5]: https://linux.die.net/man/5/exports
164+
[linuxexportfs8]: https://linux.die.net/man/8/exportfs
165165
[OSXexports5]: http://www.manpages.info/macosx/exports.5.html
166166
[OSXnfsd]: http://www.manpages.info/macosx/nfsd.8.html
167167
[OSXshowmount]: http://www.manpages.info/macosx/showmount.8.html

news/_posts/2015-11-18-new-look.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ pretty much all the work for us! Its now more mobile friendly - and a bit better
88
looking too.
99

1010
If you notice any problems or that we broke a link, please let us know by opening
11-
an issue at <http://github.com/ev3dev/ev3dev/issues>. If you have any complements
11+
an issue at <https://github.com/ev3dev/ev3dev/issues>. If you have any complements
1212
you can leave them [here](https://github.com/ev3dev/ev3dev.github.io/pull/70).

news/_posts/2016-10-17-ev3dev-jessie-2016-10-17-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ skips the parts that are unused space. This makes writing the image go two to
3838
three times faster than our previous release!
3939

4040
[Getting Started]: /docs/getting-started
41-
[Etcher]: http://etcher.io
41+
[Etcher]: https://etcher.io
4242
[bmap]: https://source.tizen.org/documentation/reference/bmaptool
4343

4444

0 commit comments

Comments
 (0)