Fix broken links to docs in team invite form

This commit is contained in:
David Benque 2022-12-07 10:19:33 +01:00
parent fb079c49bf
commit 3d0d4f342d
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@ Messages.team_inviteUses = "Max uses (0 = infinite)"; // XXX
h('div.cp-teams-invite-block', [
h('span', Messages.team_inviteLinkSetPassword),
h('a.cp-teams-help.fa.fa-question-circle', {
href: origin + Pages.localizeDocsLink('https://docs.cryptpad.org/en/user_guide/security.html#passwords-for-documents-and-folders'),
href: Pages.localizeDocsLink('https://docs.cryptpad.org/en/user_guide/security.html#passwords-for-documents-and-folders'),
target: "_blank",
'data-tippy-placement': "right"
})