From 3d0d4f342df4d1a615d45f5dd4ecb7ce572c1e9b Mon Sep 17 00:00:00 2001 From: David Benque Date: Wed, 7 Dec 2022 10:19:33 +0100 Subject: [PATCH] Fix broken links to docs in team invite form --- www/common/common-ui-elements.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index cb314d8a7..3be250cc8 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -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" })