Skip to content

Commit

Permalink
SLVSCODE-912 update docs links to match rebranding
Browse files Browse the repository at this point in the history
  • Loading branch information
sophio-japharidze-sonarsource committed Nov 28, 2024
1 parent 51d86ce commit 37a29be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ public void noBindingSuggestionFound(NoBindingSuggestionFoundParams params) {
client.showMessageRequest(messageRequestParams)
.thenAccept(action -> {
if (learnMoreAction.equals(action)) {
client.browseTo("https://docs.sonarsource.com/sonarlint/vs-code/troubleshooting/#troubleshooting-connected-mode-setup");
client.browseTo("https://docs.sonarsource.com/sonarqube-for-ide/vs-code/troubleshooting/#troubleshooting-connected-mode-setup");
}
});
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ void testNoBindingSuggestionFound() {

underTest.noBindingSuggestionFound(new NoBindingSuggestionFoundParams(projectKey, false));
verify(client).showMessageRequest(messageRequestParams);
verify(client).browseTo("https://docs.sonarsource.com/sonarlint/vs-code/troubleshooting/#troubleshooting-connected-mode-setup");
verify(client).browseTo("https://docs.sonarsource.com/sonarqube-for-ide/vs-code/troubleshooting/#troubleshooting-connected-mode-setup");
}

@Test
Expand Down

0 comments on commit 37a29be

Please sign in to comment.