mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 20:22:07 +00:00
Fix help routes
This commit is contained in:
@@ -37,7 +37,7 @@ class Help implements HelpInterface
|
|||||||
*/
|
*/
|
||||||
public function getFromGithub($route)
|
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 = [
|
$content = [
|
||||||
'text' => '<p>There is no help for this route!</p>',
|
'text' => '<p>There is no help for this route!</p>',
|
||||||
'title' => $route,
|
'title' => $route,
|
||||||
|
Reference in New Issue
Block a user