diff options
author | Jan Kotas <jkotas@microsoft.com> | 2018-11-26 17:06:35 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-26 17:06:35 -0800 |
commit | 355e1895793ced0583b1b688c5b0491074bfeafe (patch) | |
tree | b11108a71f72dce5e120c859164fbffef34cdc9d /Documentation/README.md | |
parent | a04233f12ff63f99b7affe2936567c1157e6502e (diff) | |
download | coreclr-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.md | 2 |
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 |