Skip to content

Commit

Permalink
[release] fix demo url
Browse files Browse the repository at this point in the history
  • Loading branch information
parthopdas committed Mar 28, 2023
1 parent c75c3c1 commit ace7876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RustAnalyzer/RustAnalyzerPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ private static void InfoBar_ActionItemClicked(object sender, InfoBarActionItemEv
break;

case ActionContextTestExperienceDemo:
VsShellUtilities.OpenSystemBrowser(Constants.DiscordUrl);
VsShellUtilities.OpenSystemBrowser(Constants.TestExperienceDemoUrl);
break;

case ActionContextDismiss:
Expand Down

0 comments on commit ace7876

Please sign in to comment.