Skip to content

Commit 9353d89

Browse files
committed
Prefer https
1 parent 729307d commit 9353d89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<div id=top>
99
<div id=head>
10-
<a href="http://ternjs.net" class=title>Tern: <span class=subtitle>Intelligent JavaScript tooling</span>
10+
<a href="https://ternjs.net" class=title>Tern: <span class=subtitle>Intelligent JavaScript tooling</span>
1111
</a><a href="doc/demo/index.html">Demo
1212
</a><a href="doc/manual.html">Docs
1313
</a><a href="https://github.com/ternjs/tern">Code</a>
@@ -29,7 +29,7 @@
2929

3030
<p>Tern is open-source (<a href="LICENSE">MIT license</a>), written in
3131
JavaScript, and capable of running both
32-
on <a href="http://nodejs.org">node.js</a> and in
32+
on <a href="https://nodejs.org">node.js</a> and in
3333
the <a href="doc/demo/index.html">browser</a>.</p>
3434

3535
<h2><a id="plugins"></a>Editor plugins</h2>
@@ -71,7 +71,7 @@ <h2><a id="docs"></a>Documentation</h2>
7171
first stop for figuring out how to use Tern.</p>
7272

7373
<p>If you are interested in the way the system works internally, take
74-
a look at this <a href="http://marijnhaverbeke.nl/blog/tern.html">blog
74+
a look at this <a href="https://marijnhaverbeke.nl/blog/tern.html">blog
7575
post</a> or the video
7676
of <a href="https://www.youtube.com/watch?v=wW5VbogkDQ4">the talk</a>
7777
I gave about it at the Curry On conference.</p>

0 commit comments

Comments
 (0)