From c23c9cf90be7d511c5e1bf0e0c078a070fc1c8ae Mon Sep 17 00:00:00 2001 From: James Garcia Date: Wed, 8 Dec 2021 09:56:37 -0800 Subject: [PATCH 1/2] Updating docs link in the template --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b85be95fdd1..9ac990cc4f7 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ name: Lint Code Base # # Documentation: -# https://help.github.com/en/articles/workflow-syntax-for-github-actions +# https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions # ############################# From c96e72773f86f409c64b0a81057fb891c549629e Mon Sep 17 00:00:00 2001 From: James Garcia Date: Wed, 8 Dec 2021 09:58:41 -0800 Subject: [PATCH 2/2] Update template docs link --- TEMPLATES/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TEMPLATES/linter.yml b/TEMPLATES/linter.yml index 4e333649178..23719f8e049 100644 --- a/TEMPLATES/linter.yml +++ b/TEMPLATES/linter.yml @@ -8,7 +8,7 @@ name: Lint Code Base # # Documentation: -# https://help.github.com/en/articles/workflow-syntax-for-github-actions +# https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions # #############################