Skip to content

Commit

Permalink
Fix broken anchor link in about page
Browse files Browse the repository at this point in the history
  • Loading branch information
aterweele authored and pushcx committed Sep 18, 2019
1 parent 7c1b332 commit b422591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/home/about.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<li>and <a href="#features">many other features</a> that have been added over the years.</li>
</ul>

<h2>Tagging</h2>
<h2 id="tagging">Tagging</h2>
<p>
When links/stories are submitted, they must be tagged by the submitter from a list of predefined <a href="/tags">tags</a>.
Users can choose to <a href="/filters">filter</a> out or
Expand Down

0 comments on commit b422591

Please sign in to comment.