Skip to content

Commit

Permalink
Change release notes link
Browse files Browse the repository at this point in the history
  • Loading branch information
blindmansion committed Aug 12, 2024
1 parent d5877ef commit 5684bec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cannoli-plugin/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -358,11 +358,11 @@ export default class Cannoli extends Plugin {
paragraph.appendText("so if anything is broken, or you just wanna hang out with us,");
paragraph.appendChild(createEl("br"));
paragraph.appendText("let us know on the discord here: ");
paragraph.appendChild(createEl("a", {text: "https://discord.gg/wzayNxpxvR", href: "https://discord.gg/wzayNxpxvR"}))
paragraph.appendChild(createEl("a", { text: "https://discord.gg/wzayNxpxvR", href: "https://discord.gg/wzayNxpxvR" }))
paragraph.appendChild(createEl("br"));
paragraph.appendChild(createEl("br"));
paragraph.appendText("Check out the ");
paragraph.appendChild(createEl("a", { text: "release notes", href: "https://docs.cannoli.website/Obsidian+plugin/Version+2.0+Release+Notes" }));
paragraph.appendChild(createEl("a", { text: "release notes", href: "https://docs.cannoli.website/Blog/Release+Notes+8-11-2024" }));
paragraph.appendText(" for more details! 🍝✨");

return paragraph;
Expand Down

0 comments on commit 5684bec

Please sign in to comment.