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 393a482 commit de00f2eCopy full SHA for de00f2e
generator/AWSPSGeneratorLib/Generators/HelpGeneratorBase.cs
@@ -30,9 +30,7 @@ public abstract class HelpGeneratorBase : Generator
30
31
#endregion
32
33
- public const string version = "v4";
34
-
35
- public const string WebApiReferenceBaseUrl = $"http://docs.aws.amazon.com/powershell/{version}/reference";
+ public const string WebApiReferenceBaseUrl = "http://docs.aws.amazon.com/powershell/v4/reference";
36
37
protected List<Type> CmdletTypes;
38
0 commit comments