mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix help routes
This commit is contained in:
parent
23c91b9990
commit
42cda384c8
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user