From 49a18367962110a18b926a02c033a5a0aaa41bd5 Mon Sep 17 00:00:00 2001 From: James Garcia Date: Wed, 8 Dec 2021 12:28:01 -0800 Subject: [PATCH] Updating docs link in the template (#2218) * Updating docs link in the template * Update template docs link --- README.md | 2 +- TEMPLATES/linter.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b85be95f..9ac990cc 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 # ############################# diff --git a/TEMPLATES/linter.yml b/TEMPLATES/linter.yml index 4e333649..23719f8e 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 # #############################