Prefer HTTPS when linking to GitHub Pages

This commit was generated using the following commands:

```
find . -iname "*.webidl" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)github.io/https:\1github.io/g'
```

```
find . -iname "*.rs" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)github.io/https:\1github.io/g'
```
This commit is contained in:
Corey Farwell 2015-06-28 23:14:52 -07:00
parent 525d483b82
commit 109e3219a4
5 changed files with 11 additions and 11 deletions

View file

@ -5,7 +5,7 @@
*
* References:
* MDN Docs - https://developer.mozilla.org/en-US/docs/Web/API/console
* Draft Spec - http://sideshowbarker.github.io/console-spec/
* Draft Spec - https://sideshowbarker.github.io/console-spec/
*
* © Copyright 2014 Mozilla Foundation.
*/