close #1962 Fixed: Documentation page url broken

This commit is contained in:
Cüneyt Şentürk 2021-04-01 10:47:12 +03:00
parent 2c4e36cdd5
commit 34a553c02a

View File

@ -104,7 +104,7 @@ class EmptyPage extends Component
$docs_path = $group . '/' . $page; $docs_path = $group . '/' . $page;
} }
return 'https://akaunting.com/docs/user-manual/' . $page; return 'https://akaunting.com/docs/user-manual/' . $docs_path;
} }
protected function getPermissionCreate($page, $group, $permissionCreate) protected function getPermissionCreate($page, $group, $permissionCreate)