Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2020-03-04 22:49:29 +0300
committerGitHub <noreply@github.com>2020-03-04 22:49:29 +0300
commita0938463467c1ba4fcb4da1cdadfee5b0fbb5928 (patch)
tree2af57445316feaeb8d305659ace482e232fa1188 /Documentation
parent6803d3f2af98ea0cddfa76a93e6b3a0ff2ccca73 (diff)
Update links to point to dotnet/runtime
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/core-repos.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/Documentation/core-repos.md b/Documentation/core-repos.md
index ccf0b999..51b4cf53 100644
--- a/Documentation/core-repos.md
+++ b/Documentation/core-repos.md
@@ -5,9 +5,7 @@ There are many repos that make up .NET Core. To file an issue, make a PR, or eng
## .NET Core
* [dotnet/cli](https://github.com/dotnet/cli) - .NET Core CLI tools
-* [dotnet/core-setup](https://github.com/dotnet/core-setup) - .NET Core Runtime Installers and application model
-* [dotnet/corefx](https://github.com/dotnet/corefx) - .NET Core APIs
-* [dotnet/coreclr](https://github.com/dotnet/coreclr) - .NET Core runtime
+* [dotnet/runtime](https://github.com/dotnet/runtime) - .NET Core Runtime
* [dotnet/docs](https://github.com/dotnet/docs) - .NET documentation
* [dotnet/project-system](https://github.com/dotnet/project-system) - .NET Core Project System
* [dotnet/sdk](https://github.com/dotnet/sdk) - .NET Core SDK (used by Visual Studio and CLI)