Skip to content

Commit

Permalink
chore(doc): update note template example link format
Browse files Browse the repository at this point in the history
  • Loading branch information
windingwind committed Nov 30, 2024
1 parent a326c71 commit cd7edb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/about-note-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,10 +304,10 @@ ${{
}
key = att.key;
if (att.libraryID === 1) {
return `zotero://open-pdf/library/items/${key}`;
return `zotero://open/library/items/${key}`;
} else {
groupID = Zotero.Libraries.get(att.libraryID).id;
return `zotero://open-pdf/groups/${groupID}/items/${key}`;
return `zotero://open/groups/${groupID}/items/${key}`;
}
}
sharedObj.getPDFLink = getPDFLink;
Expand Down

0 comments on commit cd7edb0

Please sign in to comment.