diff --git a/app/Helpers/Help/Help.php b/app/Helpers/Help/Help.php index 39628ea108..b8516a8704 100644 --- a/app/Helpers/Help/Help.php +++ b/app/Helpers/Help/Help.php @@ -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' => '
There is no help for this route!
', 'title' => $route,