Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2018-01-28 01:33:06 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2018-01-28 18:14:11 +0300
commit518bee18d3f9279148fb845a7668cf011d37b432 (patch)
tree2b5796700eec19b2c6899aa4b2e2119d7dc99e47 /page-threat-model.php
parent7e048efa3dd0606507a0f5daf70b15214578ca40 (diff)
translation compatible URL's on many pages
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-threat-model.php')
-rw-r--r--page-threat-model.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/page-threat-model.php b/page-threat-model.php
index 9709db28..b6e9a007 100644
--- a/page-threat-model.php
+++ b/page-threat-model.php
@@ -1,5 +1,5 @@
<?php get_template_part( 'templates/parts/title'); ?>
-<div class="sub-nav"><a href="/security">Security overview</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="/security/advisories">Security Advisories</a>
+<div class="sub-nav"><a href="<?php echo home_url('/security') ?>">Security overview</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="<?php echo home_url('/security/advisories') ?>">Security Advisories</a>
</div>
<h2>Threat model & accepted risks</h2>
<p>This page is constantly evolving. So check back over time to see new additions.</p>