Fix broken link in CONTRIBUTING.md (#87685)
authorEric Mutta <eric.mutta@gmail.com>
Fri, 16 Jun 2023 12:37:23 +0000 (15:37 +0300)
committerGitHub <noreply@github.com>
Fri, 16 Jun 2023 12:37:23 +0000 (08:37 -0400)
Update link to point to the [Pull Request Guide](https://github.com/dotnet/runtime/blob/main/docs/workflow/ci/pr-guide.md) in its current location.

CONTRIBUTING.md

index 9791377df06220504619f5939f5a0154bb4dcafa..5ab44e46af0575c2c4410dc302a31744883dbd55 100644 (file)
@@ -115,7 +115,7 @@ We use and recommend the following workflow:
     - State in the description what issue or improvement your change is addressing.
     - Check if all the Continuous Integration checks are passing. Refer to [triaging failures in CI](docs/workflow/ci/failure-analysis.md) to check if any outstanding errors are known.
 8. Wait for feedback or approval of your changes from the [area owners](docs/area-owners.md).
-    - Details about the pull request [review procedure](docs/pr-guide.md).
+    - Details about the pull request [review procedure](docs/workflow/ci/pr-guide.md).
 9. When area owners have signed off, and all checks are green, your PR will be merged.
     - The next official build will automatically include your change.
     - You can delete the branch you used for making the change.