mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2025-01-26 18:56:36 +00:00
fix: rename folder
This commit is contained in:
parent
46223ee8b1
commit
c46e9bb2ac
|
@ -102,4 +102,4 @@ We are working to ensure that the general configuration of SelfPrivacy can be ex
|
|||
|
||||
All transactions take place between your application, your server, and your service providers without SelfPrivacy being involved. Your copy of SelfPrivacy App is completely autonomous and independent in managing your infrastructure. No information about your interactions with your infrastructure reaches SelfPrivacy. All backups of your services leave your server in a fully encrypted form.
|
||||
|
||||
You can read more about this in our [privacy policy]({{< ref "policy/_index.md" >}}).
|
||||
You can read more about this in our [privacy policy]({{< ref "/privacy-policy/" >}}).
|
||||
|
|
|
@ -89,4 +89,4 @@ __*Ручные операции*__
|
|||
## Система очень сложная, почему она приватная?
|
||||
В отличие от Cloudron, наших коммерческих единомышленников, все операции происходят между вашим приложением, вашим сервером и вашими сервис-провадерами без участия SelfPrivacy. Ваша копия SelfPrivacy App полностью автономна и независима в управлении вашей инфраструктурой. Никакая информация о вашем взаимодействии с вашей инфраструктурой не попадает к SelfPrivacy. Все резервные копии ваших сервисов покидают ваш сервер в полностью зашифрованном виде.
|
||||
|
||||
Подробнее об этом, вы можете прочитать в [политике приватности]({{< ref "policy.md" >}}).
|
||||
Подробнее об этом, вы можете прочитать в [политике приватности]({{< ref "/privacy-policy/" >}}).
|
|
@ -19,7 +19,7 @@
|
|||
<li><a href="{{ ref . "/docs/services/" }}" class="nav-link">{{ T "footer_available_services"}}</a></li>
|
||||
<li><a href="{{ ref . "/docs/" }}" class="nav-link">{{ T "footer_user_guide" }}</a></li>
|
||||
<li><a href="{{ ref . "/blog/" }}" class="nav-link">{{ T "footer_blog" }}</a></li>
|
||||
<li><a href="{{ ref . "/policy/" }}" class="nav-link">{{ T "footer_privacy_policy" }}</a></li>
|
||||
<li><a href="{{ ref . "/privacy-policy/" }}" class="nav-link">{{ T "footer_privacy_policy" }}</a></li>
|
||||
|
||||
</ul>
|
||||
<h3 class="text-secondary">{{ T "footer_get_help" }}</h3>
|
||||
|
|
Loading…
Reference in a new issue