From: Marek Safar Date: Wed, 15 Apr 2020 12:20:46 +0000 (+0200) Subject: Fix section reference (#34992) X-Git-Tag: submit/tizen/20210909.063632~8564 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3e7477747d19cd2c1abe884655268ee32b7b2f98;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Fix section reference (#34992) --- diff --git a/docs/pr-guide.md b/docs/pr-guide.md index f55e4e5..9074d69 100644 --- a/docs/pr-guide.md +++ b/docs/pr-guide.md @@ -52,7 +52,7 @@ Validation may fail for several reasons: * Add a comment `/azp run runtime` * Or, click on "re-run all checks" in the GitHub Checks tab * Or, simply close and reopen the PR. -* If you have established that it is an unrelated failure, please ensure we have an active issue for it. See the [unrelated failure](#unrelated-failure) section below. +* If you have established that it is an unrelated failure, please ensure we have an active issue for it. See the [unrelated failure](#what-to-do-if-you-determine-the-failure-is-unrelated) section below. * Whoever merges the PR should be satisfied that the failure is unrelated, is not introduced by the change, and that we are appropriately tracking it. ### Option 3: The state of the master branch HEAD is bad.