Skip to content

Commit

Permalink
Fixed broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellee committed Sep 14, 2022
1 parent ffecf02 commit ce40c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ class StilleSettingTab extends PluginSettingTab {
containerEl.empty();
containerEl.createEl('h3', {text: 'Stille — Focus on your writing.'});
containerEl.createEl('h4', {text: 'v' + this.plugin.manifest.version});
containerEl.createEl('a', { text: 'Learn more about Stille', href: 'https://michaelsoolee.com/stille-obsidian-plugin/'});
containerEl.createEl('a', { text: 'Learn more about Stille', href: 'https://michaelsoolee.com/obsidian-focus-plugin-stille/'});
containerEl.createEl('br');
containerEl.createEl('span', {text: 'If Stille has helped you focus, consider buying me a slice of pizza 🍕 '});
containerEl.createEl('a', {text: 'Buy Michael, a slice of pizza', href:"https://michaellee.gumroad.com/l/buy-michael-pizza"});
Expand Down

0 comments on commit ce40c0c

Please sign in to comment.