Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed Dec 25, 2023
1 parent 99ac028 commit 592c6fe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions clients/vscode/src/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,7 @@ const openOnlineHelp: Command = {
env.openExternal(Uri.parse("https://tabby.tabbyml.com/docs/models/"));
break;
case "Tabby Slack Community":
env.openExternal(
Uri.parse("https://links.tabbyml.com/join-slack-extensions"),
);
env.openExternal(Uri.parse("https://links.tabbyml.com/join-slack-extensions/"));
break;
case "Tabby GitHub Repository":
env.openExternal(Uri.parse("https://github.com/tabbyml/tabby"));
Expand Down

0 comments on commit 592c6fe

Please sign in to comment.