Skip to content

Commit f6955d2

Browse files
committed
fix landing page links
1 parent a60560c commit f6955d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h2>Inside Your Code Editor</h2>
4848
<a href="https://atom.io">Atom Editor</a>.
4949
<br /> With the "atom-coderoad" plugin, code in a real editor environment alongside your other favorite plugins.</p>
5050
<ul class="actions">
51-
<li><a href="/atom-coderoad" class="button special">Atom-CodeRoad</a></li>
51+
<li><a href="/atom-coderoad.html" class="button special">Atom-CodeRoad</a></li>
5252
</ul>
5353
</div>
5454
</section>
@@ -63,9 +63,9 @@ <h2>Inside Your Code Editor</h2>
6363
</div>
6464
<div class="content">
6565
<h2>Create your Own Tutorials</h2>
66-
<p>Build tutorials using simple and familiar tools: <a href="http://www.markdowntutorial.com/">Markdown</a> & unit tests. Making tutorials is easy with the new "builder-coderoad" plugin.</p>
66+
<p>Build tutorials using simple and familiar tools: <a href="//www.markdowntutorial.com/">Markdown</a> & unit tests. Making tutorials is easy with the new "builder-coderoad" plugin.</p>
6767
<ul class="actions">
68-
<li><a href="/builder-coderoad" class="button special">Builder-CodeRoad</a></li>
68+
<li><a href="/builder-coderoad.html" class="button special">Builder-CodeRoad</a></li>
6969
</ul>
7070
</div>
7171
</section>
@@ -78,7 +78,7 @@ <h2>Create your Own Tutorials</h2>
7878
</div>
7979
<div class="content">
8080
<h2>Publish Free & Open</h2>
81-
<p>Version control & share your tutorials over <a href="https://npmjs.com">NPM</a>. Iterate and publish updates. Use Git to build & collaborate on courses.</p>
81+
<p>Version control & share your tutorials over <a href="//npmjs.com">NPM</a>. Iterate and publish updates. Use Git to build & collaborate on courses.</p>
8282
</div>
8383
</section>
8484
</section>

0 commit comments

Comments
 (0)