We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ae756c commit eb3d5f8Copy full SHA for eb3d5f8
modules/AWSPowerShell/Common/CommonCmdlets.cs
@@ -496,7 +496,7 @@ protected override void ProcessRecord()
496
sw.WriteLine(sdkInfo.LegalCopyright);
497
sw.WriteLine();
498
499
- sw.WriteLine("Release notes: {0}", "https://github.com/aws/aws-tools-for-powershell/blob/master/CHANGELOG.md");
+ sw.WriteLine("Release notes: {0}", "https://github.com/aws/aws-tools-for-powershell/blob/master/changelogs/CHANGELOG.ALL.md");
500
501
502
// recognise 3rd party libraries
0 commit comments