-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Clean up redirected links #20137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean up redirected links #20137
Conversation
Co-authored-by: Youssef Victor <31348972+Youssef1313@users.noreply.github.com>
| This tutorial demonstrates many of the features of LINQ and the language elements that support it. The [completed sample](https://github.com/dotnet/samples/tree/master/csharp/getting-started/console-linq) is available in the dotnet/samples repository on GitHub. | ||
|
|
||
| **[Getting started with .NET Core on macOS using Visual Studio for Mac](../core/tutorials/using-on-mac-vs.md)** | ||
| **[Tutorial: Create a .NET Core console application using Visual Studio for Mac](../core/tutorials/with-visual-studio-mac.md)** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is another redirected link at the beginning:
Writing .NET Core console apps using the .NET Core CLI: A step-by-step guide
@gewarren Looks like the tool you're using missed it for some reason. The tool may have missed other redirections too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just reran the tool and it did catch that one. Not sure why it didn't catch it the first time. I'll merge this PR and rerun it.
BillWagner
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice job @gewarren
You can
when ready.
Contributes to #19777.