summaryrefslogtreecommitdiff
path: root/Documentation/project-docs/changing-corelib.md
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/project-docs/changing-corelib.md')
-rw-r--r--Documentation/project-docs/changing-corelib.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/project-docs/changing-corelib.md b/Documentation/project-docs/changing-corelib.md
index 678f57c890..3d44d6cbe0 100644
--- a/Documentation/project-docs/changing-corelib.md
+++ b/Documentation/project-docs/changing-corelib.md
@@ -17,7 +17,7 @@ Many of the CoreFX libraries type-forward their public APIs to the implementatio
### (2) Submit PR to both CoreCLR and CoreFX
- Link the two PRs together via comment in PR description, and link both to the issue itself.
- Both PRs will reviewed together by the project maintainers
-- CoreCLR runs CoreFX tests but they are behind CoreFX. You may need to disable the outdated tests in https://github.com/dotnet/coreclr/blob/master/tests/CoreFX/CoreFX.issues.json to make your PR green.
+- CoreCLR runs CoreFX tests but they are behind CoreFX. You may need to disable the outdated tests in https://github.com/dotnet/coreclr/blob/master/tests/CoreFX/CoreFX.issues.rsp to make your PR green.
### (3) What happens next
- We will merge the CoreCLR PR first