Skip to content

Commit de00f2e

Browse files
authored
Removed string interpolation from WebApiReferenceBaseUrl in HelpGeneratorBase
1 parent 393a482 commit de00f2e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

generator/AWSPSGeneratorLib/Generators/HelpGeneratorBase.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ public abstract class HelpGeneratorBase : Generator
3030

3131
#endregion
3232

33-
public const string version = "v4";
34-
35-
public const string WebApiReferenceBaseUrl = $"http://docs.aws.amazon.com/powershell/{version}/reference";
33+
public const string WebApiReferenceBaseUrl = "http://docs.aws.amazon.com/powershell/v4/reference";
3634

3735
protected List<Type> CmdletTypes;
3836

0 commit comments

Comments
 (0)