Skip to content

Commit fe494d0

Browse files
authored
Merge pull request #305 from canjs/https
Change links to https
2 parents df769af + 81270e9 commit fe494d0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

templates/footer.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<p>CanJS is part of <a href="http://donejs.com" target="_blank">DoneJS</a>. Created and maintained by the core <a href="https://donejs.com/About.html#section=section_Team" target="_blank">DoneJS team</a> and <a href="http://bitovi.com" target="_blank">Bitovi</a>. <strong>Currently {{package.version}}.</strong></p>
1+
<p>CanJS is part of <a href="https://donejs.com" target="_blank">DoneJS</a>. Created and maintained by the core <a href="https://donejs.com/About.html#team" target="_blank">DoneJS team</a> and <a href="https://www.bitovi.com" target="_blank">Bitovi</a>. <strong>Currently {{package.version}}.</strong></p>

templates/header-left.mustache

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<a href="{{urlTo 'canjs'}}" alt="CanJS"></a>
44
<div class="dropdown project-dropdown">
55
<a href="https://donejs.com/">DoneJS</a>
6-
<a href="http://stealjs.com/">StealJS</a>
7-
<a href="http://jquerypp.com/">jQuery ++</a>
6+
<a href="https://stealjs.com/">StealJS</a>
7+
<a href="https://jquerypp.com/">jQuery++</a>
88
<a href="https://funcunit.com/">FuncUnit</a>
9-
<a href="http://documentjs.com/">DocumentJS</a>
9+
<a href="https://documentjs.com/">DocumentJS</a>
1010
</div>
1111
</div>
1212
<div class="version">

templates/header-right.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="top-right-top">
22
<ul class="top-right-bitovi">
33
<li class="dropdown">
4-
<a href="http://bitovi.com" class="bitovi icon-bits">Bitovi</a>
4+
<a href="https://www.bitovi.com" class="bitovi icon-bits">Bitovi</a>
55
<ul class="dropdown-menu">
66
<li><a href="https://www.bitovi.com/">Bitovi.com</a></li>
77
<li><a href="https://www.bitovi.com/blog">Blog</a></li>

0 commit comments

Comments
 (0)