Skip to content

Commit c68566f

Browse files
authored
consistent trailing /
1 parent 265ffa8 commit c68566f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h2>
1515
</h2>
1616
<ul class="triptych situations clearfix">
1717
<li class="existing">
18-
<a href="community">
18+
<a href="community/">
1919
<span class="triptych-sprite community"></span>
2020
<h3>I need to work in a community.</h3>
2121
</a>
@@ -27,12 +27,12 @@ <h3>I need to work in a community.</h3>
2727
</p>
2828
</li>
2929
<li class="whatever">
30-
<a href="licenses/mit">
30+
<a href="licenses/mit/">
3131
<span class="triptych-sprite three-arrows"></span>
3232
<h3>I want it simple and permissive.</h3>
3333
</a>
3434
<p>
35-
The <a href="licenses/mit">MIT License</a> is short and to the point. It lets people do almost anything they want with your project, including to make and distribute closed source versions.
35+
The <a href="licenses/mit/">MIT License</a> is short and to the point. It lets people do almost anything they want with your project, including to make and distribute closed source versions.
3636
</p>
3737
<p>
3838
{% include using-sentence.html license-id="mit" %}
@@ -60,19 +60,19 @@ <h2>
6060
<li>
6161
<h3>My project isn’t software.</h3>
6262
<p>
63-
<a href="non-software">There are licenses for that</a>.
63+
<a href="non-software/">There are licenses for that</a>.
6464
</p>
6565
</li>
6666
<li>
6767
<h3>I want more choices.</h3>
6868
<p>
69-
<a href="licenses">More licenses are available</a>.
69+
<a href="licenses/">More licenses are available</a>.
7070
</p>
7171
</li>
7272
<li>
7373
<h3>I don’t want to choose a license.</h3>
7474
<p>
75-
<a href="no-permission">You don’t have to</a>.
75+
<a href="no-permission/">You don’t have to</a>.
7676
</p>
7777
</li>
7878
</ul>

0 commit comments

Comments
 (0)