diff options
| author | Dym Sohin <pleroma-git@dym.sh> | 2020-07-07 19:34:45 +0000 |
|---|---|---|
| committer | Dym Sohin <pleroma-git@dym.sh> | 2020-07-07 19:34:45 +0000 |
| commit | 1767ee01d08545ea7b15867732c4988ab1b54e68 (patch) | |
| tree | f07d9398b90c08f8afd488052171817b878f0112 /static | |
| parent | 7206fee4372eba5bb05db9eb90100aee95003962 (diff) | |
corrected tos.html location
Diffstat (limited to 'static')
| -rw-r--r-- | static/terms-of-service.html | 2 |
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> |
