1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-02 22:49:09 +02:00

Chore: Fixed a few links that were broken after Lerna upgrade

This commit is contained in:
Laurent Cozic
2020-12-10 15:13:29 +00:00
parent ff5e8ee7aa
commit 5cafc8cea5
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ export default class JoplinSettings {
*
* The list of available settings is not documented yet, but can be found by looking at the source code:
*
* https://github.com/laurent22/joplin/blob/3539a452a359162c461d2849829d2d42973eab50/packages/app-mobile/lib/models/Setting.ts#L142
* https://github.com/laurent22/joplin/blob/dev/packages/lib/models/Setting.ts#L142
*/
async globalValue(key: string): Promise<any> {
return Setting.value(key);