Skip to content

Commit

Permalink
feat: add link to our discord server in the settings
Browse files Browse the repository at this point in the history
  • Loading branch information
sywhb committed May 30, 2023
1 parent afde987 commit 5c3df3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ class OmnivoreSettingTab extends PluginSettingTab {
});

const help = containerEl.createEl("p");
help.innerHTML = `For more information, please visit the <a href="https://github.com/omnivore-app/obsidian-omnivore/blob/master/README.md">plugin's GitHub page</a> or email us at <a href="mailto:[email protected]">[email protected]</a>.`;
help.innerHTML = `For more information, please visit our <a href="https://github.com/omnivore-app/obsidian-omnivore">GitHub page</a>, email us at <a href="mailto:[email protected]">[email protected]</a> or join our <a href="https://discord.gg/h2z5rppzz9">Discord server</a>.`;

// script to make collapsible sections
const coll = document.getElementsByClassName("omnivore-collapsible");
Expand Down

0 comments on commit 5c3df3d

Please sign in to comment.