Skip to content

Commit 9e5e6aa

Browse files
Copilotjkotas
andauthored
Fix dead link in build.sh help message to point to correct cross-building documentation (#117325)
* Initial plan * Fix dead link in build.sh help to point to correct cross-building documentation Co-authored-by: jkotas <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: jkotas <[email protected]>
1 parent f501712 commit 9e5e6aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ usage()
117117
echo ""
118118
echo "However, for this example, you need to already have ROOTFS_DIR set up."
119119
echo "Further information on this can be found here:"
120-
echo "https://github.com/dotnet/runtime/blob/main/docs/workflow/building/coreclr/linux-instructions.md"
120+
echo "https://github.com/dotnet/runtime/blob/main/docs/workflow/building/coreclr/cross-building.md"
121121
echo ""
122122
echo "* Build Mono runtime for Linux x64 on Release configuration."
123123
echo "./build.sh mono -c release"

0 commit comments

Comments
 (0)