From 20432ae464b8bc7677f4170405a20d3200a58ff1 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 d1a7c141d4f..1f56817ea33 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,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 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 # #############################