Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
xeroc committed Dec 2, 2023
2 parents c8b0204 + 23aaf86 commit a65e4c4
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 @@ -261,7 +261,7 @@ class RelayMDSettingTab extends PluginSettingTab {
.setDesc('Authenticate against the relay.md API')
.addButton((button) =>
button.setButtonText("Obtain access to relay.md").onClick(async () => {
window.open("localhost:5000/configure/obsidian");
window.open("https://relay.md/configure/obsidian");
})
);
} else {
Expand Down

0 comments on commit a65e4c4

Please sign in to comment.