Correct URL for "Reference assemblies" (#588)

current Url for "Reference assemblies" point to a not fond URL, I've just added to correct Url
This commit is contained in:
Mohammad Shahrouri 2017-06-05 22:57:14 +03:00 committed by Neal Gafter
parent dc9a25da6e
commit b5cc2c882d

View file

@ -78,6 +78,6 @@ Features Added in C# Language Versions
# [C# 7.1 (tentative)](https://github.com/dotnet/roslyn/blob/master/docs/Language%20Feature%20Status.md) (VS 2017 Update 3)
- [Async main](https://github.com/dotnet/csharplang/blob/master/proposals/async-main.md)
- [Default expressions](https://github.com/dotnet/csharplang/blob/master/proposals/target-typed-default.md)
- [Reference assemblies](https://github.com/dotnet/roslyn/blob/features/refout/docs/features/refout.md)
- [Reference assemblies](https://github.com/dotnet/roslyn/blob/master/docs/features/refout.md)
- [Inferred tuple element names](https://github.com/dotnet/csharplang/blob/master/proposals/csharp-7.1/infer-tuple-names.md)
- [Pattern-matching with generics](https://github.com/dotnet/csharplang/blob/master/proposals/generics-pattern-match.md)