Fix home link to module configuration

refs #4516
This commit is contained in:
Marius Hein 2013-08-21 08:50:20 +02:00
parent d7358c65be
commit 497e184eeb
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
<h1>Welcome to Icinga!</h1>
You should install/configure some <a href="<?= $this->href('modules/overview');?>">modules</a> now!
You should install/configure some <a href="<?= $this->href('config/moduleoverview');?>">modules</a> now!