From c5079141813d7539e3e93f996da0e7d51791d8c8 Mon Sep 17 00:00:00 2001 From: Thomas Boop <52323235+thboop@users.noreply.github.com> Date: Thu, 27 May 2021 14:15:37 -0400 Subject: [PATCH] Fix debug logging link (#820) (#822) Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- docs/problem-matchers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/problem-matchers.md b/docs/problem-matchers.md index 01caaf5b..520d26ba 100644 --- a/docs/problem-matchers.md +++ b/docs/problem-matchers.md @@ -144,6 +144,6 @@ Use ECMAScript regular expression syntax when testing patterns. ### File property getting dropped -[Enable debug logging](https://help.github.com/en/actions/configuring-and-managing-workflows/managing-a-workflow-run#enabling-debug-logging) to determine why the file is getting dropped. +[Enable debug logging](https://docs.github.com/en/actions/managing-workflow-runs/enabling-debug-logging) to determine why the file is getting dropped. This usually happens when the file does not exist or is not under the workflow repo.