summaryrefslogtreecommitdiff
path: root/Documentation/README.md
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2018-11-26 17:06:35 -0800
committerGitHub <noreply@github.com>2018-11-26 17:06:35 -0800
commit355e1895793ced0583b1b688c5b0491074bfeafe (patch)
treeb11108a71f72dce5e120c859164fbffef34cdc9d /Documentation/README.md
parenta04233f12ff63f99b7affe2936567c1157e6502e (diff)
downloadcoreclr-355e1895793ced0583b1b688c5b0491074bfeafe.tar.gz
coreclr-355e1895793ced0583b1b688c5b0491074bfeafe.tar.bz2
coreclr-355e1895793ced0583b1b688c5b0491074bfeafe.zip
Update documentation for changing CoreLib (#21201)
Diffstat (limited to 'Documentation/README.md')
-rw-r--r--Documentation/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/README.md b/Documentation/README.md
index 5438d75bb7..7053c8f7c3 100644
--- a/Documentation/README.md
+++ b/Documentation/README.md
@@ -23,7 +23,7 @@ Project Docs
- [Contributing Workflow](project-docs/contributing-workflow.md)
- [Performance Guidelines](project-docs/performance-guidelines.md)
- [Garbage Collector Guidelines](project-docs/garbage-collector-guidelines.md)
-- [Adding new public APIs to mscorlib](project-docs/adding_new_public_apis.md)
+- [Public APIs in System.Private.CoreLib](project-docs/changing-corelib.md)
- [Project NuGet Dependencies](https://github.com/dotnet/corefx/blob/master/Documentation/project-docs/project-nuget-dependencies.md)
Coding Guidelines