Skip to content

Commit e02f9c2

Browse files
committed
Merge pull request discourse#1308 from happycollision/patch-1
Added a missing "#" to href for TOS.
2 parents 8da0578 + a53a666 commit e02f9c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/static/faq.en.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
</div>
126126

127127
<div id="tos"></div>
128-
<h2><a href="tos">Terms of Service</a></h2>
128+
<h2><a href="#tos">Terms of Service</a></h2>
129129
<p>
130130
Yes, legalese is boring, but we must protect ourselves &ndash; and by extension, you and your data &ndash; against unfriendly folks. We have a <a href="<%=tos_path%>">Terms of Service</a> describing your (and our) behavior and rights related to content, privacy, and laws. To use this service, you must agree to abide by our <a href="<%=tos_path%>">TOS</a>.
131131
</p>

0 commit comments

Comments
 (0)