mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
Added a missing "#" to href for TOS.
This commit is contained in:
parent
8da0578ba5
commit
a53a6667aa
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@
|
|||
</div>
|
||||
|
||||
<div id="tos"></div>
|
||||
<h2><a href="tos">Terms of Service</a></h2>
|
||||
<h2><a href="#tos">Terms of Service</a></h2>
|
||||
<p>
|
||||
Yes, legalese is boring, but we must protect ourselves – and by extension, you and your data – 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>.
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue