Skip to content

Commit eb3d5f8

Browse files
authored
Updated the release notes link for Get-AWSPowerShellVersion
1 parent 8ae756c commit eb3d5f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/AWSPowerShell/Common/CommonCmdlets.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ protected override void ProcessRecord()
496496
sw.WriteLine(sdkInfo.LegalCopyright);
497497
sw.WriteLine();
498498

499-
sw.WriteLine("Release notes: {0}", "https://github.com/aws/aws-tools-for-powershell/blob/master/CHANGELOG.md");
499+
sw.WriteLine("Release notes: {0}", "https://github.com/aws/aws-tools-for-powershell/blob/master/changelogs/CHANGELOG.ALL.md");
500500
sw.WriteLine();
501501

502502
// recognise 3rd party libraries

0 commit comments

Comments
 (0)