-
Notifications
You must be signed in to change notification settings - Fork 450
Open
Labels
Description
Usage Information
Nuke 9.0.4 / .NET SDK version 9.0.305 / .NETCoreApp,Version=v8.0 / Windows
Description
When you create an execution plan using the --plain command line argument, a HTML page representing the execution plan is generated and shown.
The page has a legend in the top left corner. Within the legend is a link for 'more information'. When you click this link it tries to navigate to: https://nuke.build/docs/authoring-builds/fundamentals.html which doesn't exist.
Reproduction Steps
- Execute
nuke --planfrom the command line. - Click the 'more information' link in the HTML page presented.
Expected Behavior
Navigates to page providing detail on target execution ordering, etc.
Actual Behavior
Page not found error.
Regression?
No response
Known Workarounds
No response
Could you help with a pull-request?
Yes