Skip to content

Commit 98a91e5

Browse files
authored
Mixed Content HTTPS (#67)
* Updated Disqus JavaScript protocol. * Updated URLs (where possible) to HTTPS.
1 parent 087939c commit 98a91e5

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ This site uses [Jekyll Bootstrap][boots] with a heavily customized version of
114114
[home]: https://bpkg.sh/
115115
[hub]: https://github.com/bpkg/bpkg
116116
[org]: https://github.com/bpkg
117-
[jekyll]: http://jekyllrb.com/
117+
[jekyll]: https://jekyllrb.com/
118118
[tuto]: http://jekyllbootstrap.com/usage/jekyll-quick-start.html
119-
[posts]: http://jekyllrb.com/docs/posts/
119+
[posts]: https://jekyllrb.com/docs/posts/
120120
[intro]: http://jekyllbootstrap.com/lessons/jekyll-introduction.html
121121
[boots]: http://jekyllbootstrap.com/
122122
[theme]: https://github.com/jekyllbootstrap/theme-the-program
123-
[saito]: http://css.studiomohawk.com/
123+
[saito]: https://studiomohawk.com/

_includes/JB/comments-providers/disqus

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/* * * DON'T EDIT BELOW THIS LINE * * */
77
(function() {
88
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
9-
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
9+
dsq.src = 'https://' + disqus_shortname + '.disqus.com/embed.js';
1010
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
1111
})();
1212
</script>

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h4>news</h4>
3131

3232
<p id="footer-licence">
3333
Powered by <a href="https://github.com/mojombo/jekyll">Jekyll</a> and <a href="http://jekyllbootstrap.com/">Jekyll-bootstrap</a>.<br />
34-
Design made by <a href="http://alexdantas.net">Alexandre Dantas</a>, based on <a href="https://github.com/jekyllbootstrap/theme-the-program">the_program</a> by <a href="http://css.studiomohawk.com/">Yuya Saito</a>.
34+
Design made by <a href="http://alexdantas.net">Alexandre Dantas</a>, based on <a href="https://github.com/jekyllbootstrap/theme-the-program">the_program</a> by <a href="http://studiomohawk.com/">Yuya Saito</a>.
3535
</p>
3636

3737
</div><!-- misc -->

about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: About
44
permalink: /about/
55
---
66

7-
This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](http://jekyllrb.com/)
7+
This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](https://jekyllrb.com/)
88

99
You can find the source code for the Jekyll new theme at: [github.com/jglovier/jekyll-new](https://github.com/jglovier/jekyll-new)
1010

guidelines/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ $ source my_script.sh
149149
$ my_script some more args --blah
150150
```
151151

152-
[json]: http://json.org/example
152+
[json]: https://json.org/example
153153
[shell features]: https://www.gnu.org/software/bash/manual/html_node/Basic-Shell-Features.html
154154
[special parameters]: https://www.gnu.org/software/bash/manual/html_node/Special-Parameters.html
155155
[shell expansions]: https://www.gnu.org/software/bash/manual/html_node/Shell-Expansions.html

submit/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If you don't have a github account yet, you will need to create one.
2222
The following commands will download our website under a directory called `bpkg.github.io` and then navigate to it.
2323

2424
{% highlight bash %}
25-
$ git clone http://github.com/bpkg/bpkg.github.io
25+
$ git clone https://github.com/bpkg/bpkg.github.io
2626
$ cd bpkg.github.io
2727
{% endhighlight %}
2828

@@ -89,7 +89,7 @@ A _sample package information_ file would be like this:
8989
## Links
9090

9191
* [Source Code (GitHub)][https://github.com/your/repository]
92-
* [Author: Satan](http://your.homepage.com)
92+
* [Author: Satan](https://your.homepage.com)
9393

9494
## 4. Submit it to us
9595

0 commit comments

Comments
 (0)