Fixed some URLs in the documentation#8078
Conversation
|
|
|
Not exactly sure why one of the two bot comments shows the CLA as signed and the other does not. Clicking "recheck" doesn't change a thing, but the link of the one saying I didn't sign it points to the exact same (signed) CLA. Odd ... |
|
The check is the critical thing for the CLA, and it's passing, so we can just ignore the second comment. Sorry for the confusion! |
rainersigwald
left a comment
There was a problem hiding this comment.
Looks great, thank you! I made a few suggestions, the main one being: the docs/learn team prefers that URLs not have a locale (en-us), so that they can redirect to the user's best-match locale.
- One wrong link (http://source.roslyn.io/#MSBuildFiles/C/ProgramFiles(x86)/MSBuild/14.0/bin_/amd64/Microsoft.Common.CurrentVersion.targets,1820) remains in ResolveAssemblyReference.md
I think https://github.com/dotnet/msbuild/blob/v14.0.25420.1-ish/src/XMakeTasks/Microsoft.Common.CurrentVersion.targets#L1820 is a good substitute.
documentation/wiki/Building-Testing-and-Debugging-on-.Net-Core-MSBuild.md
Outdated
Show resolved
Hide resolved
documentation/wiki/Building-Testing-and-Debugging-on-Mono-MSBuild.md
Outdated
Show resolved
Hide resolved
|
Will squash the previous commits into a signed commit and force-push to my branch. This should update the PR. |
- Changed http:// links to https:// where that was the case (a handful of http:// links remain), but all changed ones were checked - Where GitHub links changed from `master` to `main` - Where source lines were referenced it now points to a given revision, because pointing to a branch name means the line number may be incorrect. NB: so this was very much intentional! - Linked to the archived page for dead links - Updated old MSDN and docs.microsoft.com and blog links to point to the current location (even if it's the archive on learn.microsoft.com) - Remove en-us from canonical links to learn.microsoft.com ... Co-authored-by: Rainer Sigwald <raines@microsoft.com>
|
Found a handful more of the |
mastertomain