Skip to content

Commit

Permalink
Repair link format
Browse files Browse the repository at this point in the history
  • Loading branch information
brentryanjohnson committed Mar 18, 2020
1 parent c0c6642 commit 6945a0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _includes/content-questions.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h3>{{ site_category.title }}</h3>
{% endif %}
{% endfor %}
</ul>
<a href="{{ site.baseurl }}/{{ site_category.name}}.html" class="text-bold text-underline margin-y-1">View all <span class="usa-sr-only">questions about {{ site_category.title }} </span><span aria-hidden="true">»</span></a>
<a href="{{ site.baseurl }}/{{ site_category.name}}/" class="text-bold text-underline margin-y-1">View all <span class="usa-sr-only">questions about {{ site_category.title }} </span><span aria-hidden="true">»</span></a>
</div>
{% endfor %}
</div>
Expand Down
4 changes: 2 additions & 2 deletions _includes/questions-box.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h2>{{ include.questions_box.box_1_header }}</h2>
</a>
</li>
</ul>
<a href="{{ site.baseurl }}/protect-yourself.html" class="text-bold text-underline margin-y-1">View all <span class="usa-sr-only">questions about {{ include.questions_box.box_1_header }}</span><span aria-hidden="true">»</span></a>
<a href="{{ site.baseurl }}/protect-yourself/" class="text-bold text-underline margin-y-1">View all <span class="usa-sr-only">questions about {{ include.questions_box.box_1_header }}</span><span aria-hidden="true">»</span></a>
</div>

</div>
Expand Down Expand Up @@ -62,7 +62,7 @@ <h2>{{ include.questions_box.box_2_header }}</h2>
</a>
</li>
</ul>
<a href="{{ site.baseurl }}/basics.html" class="text-bold text-underline margin-y-1">View all <span class="usa-sr-only">questions about {{ include.questions_box.box_2_header }}</span><span aria-hidden="true">»</span></a>
<a href="{{ site.baseurl }}/basics/" class="text-bold text-underline margin-y-1">View all <span class="usa-sr-only">questions about {{ include.questions_box.box_2_header }}</span><span aria-hidden="true">»</span></a>
</div>
</div>
</div>
Expand Down

0 comments on commit 6945a0f

Please sign in to comment.