From da6c1963f87ae6862e4cd2d04d59568243daa70c Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 8 Apr 2024 23:43:06 +0200 Subject: [PATCH] navbar: redirect wiki to wiki.pvv.ntnu.no --- inc/navbar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/navbar.php b/inc/navbar.php index 22c0af0..e43492d 100644 --- a/inc/navbar.php +++ b/inc/navbar.php @@ -10,7 +10,7 @@ function navbar($depth, $active = NULL) { 'Kontakt' => 'kontakt', 'Webmail' => 'mail', 'Galleri' => 'galleri', - 'Wiki' => 'pvv', + 'Wiki' => 'https://wiki.pvv.ntnu.no/', 'Git' => 'https://git.pvv.ntnu.no/', 'Tjenester' => 'tjenester', ];