From 2a91037835676a7fcc0ea3e5826f809d97710a43 Mon Sep 17 00:00:00 2001 From: per1234 Date: Mon, 14 Oct 2024 17:19:30 -0700 Subject: [PATCH] Update redirecting URLs in reference link The templates and documentation contain reference links to provide additional information to the users and maintainers. The targets of this link has moved since the time they were added. Although the user could still reach the intended content via a redirect, it is best not to rely on redirects continuing to work indefinitely. So the URL is hereby updated to point directly to the target content. --- workflow-templates/check-javascript-task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow-templates/check-javascript-task.md b/workflow-templates/check-javascript-task.md index af00d386..38232e35 100644 --- a/workflow-templates/check-javascript-task.md +++ b/workflow-templates/check-javascript-task.md @@ -89,5 +89,5 @@ https://eslint.org/docs/latest/use/configure/configuration-files On every push and pull request that affects relevant files, and periodically, run [**ESLint**](https://eslint.org/) on the repository's JavaScript files. **ESLint** is configured via the `.eslintrc.yml` file: -https://eslint.org/docs/latest/user-guide/configuring/configuration-files +https://eslint.org/docs/latest/use/configure/configuration-files ```