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

github.com/bareos/bareos-webui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Bergkemper <frank.bergkemper@bareos.com>2018-01-29 15:49:47 +0300
committerFrank Bergkemper <frank.bergkemper@bareos.com>2018-01-29 15:51:55 +0300
commit85483ba7b3dcaac545a4de5b79fa9224aca33ccd (patch)
treee186f4759eb8a6d71709e6edcfe48a3b2d1a7ad1
parentdbd18bef2f7f7780ba8dbcd2e0c7895b92712ddc (diff)
Mailinglists link changed
-rw-r--r--module/Application/view/layout/layout.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/Application/view/layout/layout.phtml b/module/Application/view/layout/layout.phtml
index 24fe435..eeb5fde 100644
--- a/module/Application/view/layout/layout.phtml
+++ b/module/Application/view/layout/layout.phtml
@@ -95,7 +95,7 @@ echo $this->doctype();
</a>
<ul class="dropdown-menu" role="menu">
<li><a href="http://doc.bareos.org" target="_blank"><?php echo $this->translate("Documentation"); ?></a></li>
- <li><a href="https://www.bareos.org/en/open-source.html" target="_blank"><?php echo $this->translate("Mailinglists"); ?></a></li>
+ <li><a href="https://www.bareos.org/en/howto-contribute.html#mailinglists" target="_blank"><?php echo $this->translate("Mailinglists"); ?></a></li>
<li><a href="https://bugs.bareos.org/" target="_blank"><?php echo $this->translate("Bugtracker"); ?></a></li>
<li><a href="http://www.bareos.com/en/Support.html" target="_blank"><?php echo $this->translate("Support"); ?></a></li>
<li><a href="http://www.bareos.com/en/Subscription.html" target="_blank"><?php echo $this->translate("Subscription"); ?></a></li>