diff --git a/module/block/view/scrumoverviewblock.html.php b/module/block/view/scrumoverviewblock.html.php index 34ade91519..ef2247e940 100644 --- a/module/block/view/scrumoverviewblock.html.php +++ b/module/block/view/scrumoverviewblock.html.php @@ -73,7 +73,7 @@
block->totalBug;?>
- allBugs ? html::a($this->createLink('qa', 'index'), $totalData[$projectID]->allBugs) : 0;?> + allBugs ? html::a($this->createLink('bug', 'browse'), $totalData[$projectID]->allBugs) : 0;?>