Fix help routes

This commit is contained in:
James Cole 2015-05-22 07:15:40 +02:00
parent 23c91b9990
commit 42cda384c8

View File

@ -37,7 +37,7 @@ class Help implements HelpInterface
*/
public function getFromGithub($route)
{
$uri = 'https://raw.githubusercontent.com/JC5/firefly-iii-help/master/' . e($route) . '.md';
$uri = 'https://raw.githubusercontent.com/JC5/firefly-iii-help/master/en/' . e($route) . '.md';
$content = [
'text' => '<p>There is no help for this route!</p>',
'title' => $route,