From 3e7477747d19cd2c1abe884655268ee32b7b2f98 Mon Sep 17 00:00:00 2001 From: Marek Safar Date: Wed, 15 Apr 2020 14:20:46 +0200 Subject: [PATCH] Fix section reference (#34992) --- docs/pr-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.7.4