Skip to content

Commit

Permalink
Fix links (#51796)
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 authored Mar 18, 2021
1 parent 77920cd commit ca4565b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/contributing/Nullable Annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This document describes how nullable annotations should be approached in the
Roslyn code base. The default is to simply follow [the same guidance](https://github.com/dotnet/runtime/blob/main/docs/coding-guidelines/api-guidelines/nullability.md)
as the [dotnet/runtime](github.com/dotnet/runtime) repository. This document
as the [dotnet/runtime](https://github.com/dotnet/runtime) repository. This document
serves to detail the places where the guidance differs for Roslyn and
re-emphasize rules that come up frequently.

Expand Down
2 changes: 1 addition & 1 deletion docs/wiki/C#-Interactive-Walkthrough.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This walkthrough is a beginner's guide to learning basic interactive concepts and how to navigate the C# Interactive Window. To learn more about the Interactive window, watch [this video](channel9.msdn.com/Events/Visual-Studio/Connect-event-2015/103) or check out [our documentation](https://github.com/dotnet/roslyn/blob/main/docs/wiki/Interactive-Window.md).
This walkthrough is a beginner's guide to learning basic interactive concepts and how to navigate the C# Interactive Window. To learn more about the Interactive window, watch [this video](https://channel9.msdn.com/Events/Visual-Studio/Connect-event-2015/103) or check out [our documentation](https://github.com/dotnet/roslyn/blob/main/docs/wiki/Interactive-Window.md).

*Note*: This walkthrough is adapted from [Bill Chiles](https://github.com/billchi-ms)' original. Thanks, Bill!

Expand Down

0 comments on commit ca4565b

Please sign in to comment.