Skip to content

Commit 5c8e877

Browse files
committed
Update Rename Disclaimer to aka.ms link
1 parent 5c741af commit 5c8e877

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PowerShellEditorServices/Services/TextDocument/RenameService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ private async Task<bool> AcceptRenameDisclaimer(bool acceptDisclaimerOption, Can
190190
if (DisclaimerDeclinedForSession) { throw new HandlerErrorException(disclaimerDeclinedMessage); }
191191
if (acceptDisclaimerOption || DisclaimerAcceptedForSession) { return true; }
192192

193-
const string renameDisclaimer = "PowerShell rename functionality is only supported in a limited set of circumstances. [Please review the notice](https://github.com/PowerShell/PowerShellEditorServices?tab=readme-ov-file#rename-disclaimer) and accept the limitations and risks.";
193+
const string renameDisclaimer = "PowerShell rename functionality is only supported in a limited set of circumstances. [Please review the notice](https://aka.ms/powershell-rename-disclaimer) and accept the limitations and risks.";
194194
const string acceptAnswer = "I Accept";
195195
const string declineAnswer = "Decline";
196196

0 commit comments

Comments
 (0)