1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-15 23:00:36 +02:00

Doc: Fixes #3330: Fixed various links in doc

This commit is contained in:
Laurent Cozic
2020-06-07 13:02:58 +01:00
parent 40adbc5e9e
commit ac0d01b724
4 changed files with 397 additions and 4 deletions

View File

@ -369,7 +369,7 @@ class Resource extends BaseItem {
await Note.save({
title: _('Attachment conflict: "%s"', resource.title),
body: _('There was a [conflict](%s) on the attachment below.\n\n%s', 'https://joplinapp.org/conflict', Resource.markdownTag(conflictResource)),
body: _('There was a [conflict](%s) on the attachment below.\n\n%s', 'https://joplinapp.org/conflict/', Resource.markdownTag(conflictResource)),
is_conflict: 1,
}, { changeSource: ItemChange.SOURCE_SYNC });
}