Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
soberhacker committed Sep 17, 2023
1 parent 04242e7 commit 56241c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/settings/MessageDistributionRulesModal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,8 @@ export class MessageDistributionRulesModal extends Modal {
.addButton((btn) => {
btn.setButtonText("Open in browser");
btn.onClick(() => {
// TODO next: revert link after beta testing to "https://github.com/soberhacker/obsidian-telegram-sync/blob/main/docs/Template%20Variables%20List.md",
window.open(
"https://github.com/soberhacker/obsidian-telegram-sync/blob/path-templates/docs/Template%20Variables%20List.md",
"https://github.com/soberhacker/obsidian-telegram-sync/blob/main/docs/Template%20Variables%20List.md",
"_blank",
);
});
Expand Down

0 comments on commit 56241c0

Please sign in to comment.