aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShpuld Shpludson <shp@cock.li>2020-07-08 10:18:28 +0000
committerShpuld Shpludson <shp@cock.li>2020-07-08 10:18:28 +0000
commita0ddcbdf5b19f658bc07086beaa4034a6309fe3b (patch)
treeb8c073eea11a323661deb24808e6d5e7aa557c49
parent4f96418143984e23db80e10b5db43779b72118a9 (diff)
parent1767ee01d08545ea7b15867732c4988ab1b54e68 (diff)
Merge branch 'patch-1' into 'develop'
corrected tos.html location See merge request pleroma/pleroma-fe!1173
-rw-r--r--static/terms-of-service.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/terms-of-service.html b/static/terms-of-service.html
index b2c66815..3b6bbb36 100644
--- a/static/terms-of-service.html
+++ b/static/terms-of-service.html
@@ -2,7 +2,7 @@
<p>This is the default placeholder ToS. You should copy it over to your static folder and edit it to fit the needs of your instance.</p>
-<p>To do so, place a file at <code>"/instance/static/terms-of-service.html"</code> in your
+<p>To do so, place a file at <code>"/instance/static/static/terms-of-service.html"</code> in your
Pleroma install containing the real ToS for your instance.</p>
<p>See the <a href='https://docs.pleroma.social/backend/configuration/static_dir/'>Pleroma documentation</a> for more information.</p>
<br>