diff --git a/src/components/card/AttachmentList.vue b/src/components/card/AttachmentList.vue index b79b06c09..eccb9c958 100644 --- a/src/components/card/AttachmentList.vue +++ b/src/components/card/AttachmentList.vue @@ -161,7 +161,7 @@ export default { return (attachment) => generateUrl(`/apps/deck/cards/${attachment.cardId}/attachment/${attachment.id}`) }, internalLink() { - return (attachment) => generateUrl('/index.php/f/' + attachment.extendedData.fileid) + return (attachment) => generateUrl('/f/' + attachment.extendedData.fileid) }, formattedFileSize() { return (filesize) => formatFileSize(filesize)