Skip to content

Commit

Permalink
fix(generator): documentation link
Browse files Browse the repository at this point in the history
  • Loading branch information
matkoch committed Dec 4, 2024
1 parent 7f6ed38 commit 3f6bb7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public static T WriteRemarks<T>(this T writerWrapper, Task task)
where T : IWriterWrapper
{
var lines = new List<string>();
lines.Add(("This is a <a href=\"http://www.nuke.build/docs/authoring-builds/cli-tools.html#fluent-apis\">"
lines.Add(("This is a <a href=\"https://www.nuke.build/docs/common/cli-tools/#fluent-api\">"
+ "CLI wrapper with fluent API</a> that allows to modify the following arguments:").Paragraph());
lines.AddRange(GetArgumentsList(task.SettingsClass));

Expand Down

0 comments on commit 3f6bb7f

Please sign in to comment.