Skip to content

Commit 2a91037

Browse files
committed
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.
1 parent 923d79b commit 2a91037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow-templates/check-javascript-task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,5 @@ https://eslint.org/docs/latest/use/configure/configuration-files
8989
On every push and pull request that affects relevant files, and periodically, run [**ESLint**](https://eslint.org/) on the repository's JavaScript files.
9090
9191
**ESLint** is configured via the `.eslintrc.yml` file:
92-
https://eslint.org/docs/latest/user-guide/configuring/configuration-files
92+
https://eslint.org/docs/latest/use/configure/configuration-files
9393
```

0 commit comments

Comments
 (0)