'mscorlib' link returns 404 -> 'System.Private.CoreLib' (dotnet/coreclr#34086)
authorMatt Warren <matt.warren@live.co.uk>
Fri, 14 Dec 2018 01:37:45 +0000 (01:37 +0000)
committerJan Kotas <jkotas@microsoft.com>
Fri, 14 Dec 2018 04:20:46 +0000 (23:20 -0500)
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Commit migrated from https://github.com/dotnet/coreclr/commit/0f4051a19a1bd58562e5e95635bee7dac86ae24a

src/libraries/System.Private.CoreLib/src/README.md

index beda969..250eb87 100644 (file)
@@ -1,6 +1,6 @@
 # System.Private.CoreLib Shared Sources
 
-This directory contains the shared sources for System.Private.CoreLib. These are shared between [dotnet/corert](https://github.com/dotnet/corert/tree/master/src/System.Private.CoreLib/shared), [dotnet/coreclr](https://github.com/dotnet/coreclr/tree/master/src/mscorlib/shared) and [dotnet/corefx](https://github.com/dotnet/corefx/tree/master/src/Common/src/CoreLib).
+This directory contains the shared sources for System.Private.CoreLib. These are shared between [dotnet/corert](https://github.com/dotnet/corert/tree/master/src/System.Private.CoreLib/shared), [dotnet/coreclr](https://github.com/dotnet/coreclr/tree/master/src/System.Private.CoreLib/shared) and [dotnet/corefx](https://github.com/dotnet/corefx/tree/master/src/Common/src/CoreLib).
 
 The sources are synchronized with a mirroring tool that watches for new commits on either side and creates new pull requests (as @dotnet-bot) in the other repository.