From ae839205c78fbcea5af4a7a178f36e4ef54c6dae Mon Sep 17 00:00:00 2001 From: Gary Ewan Park Date: Fri, 10 May 2019 07:48:44 +0100 Subject: [PATCH] (maint) Removed unnecessary portion of URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3154bf..70045b8 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Scan for secrets in your source code](https://github.com/cds-snc/github-actions/tree/master/seekret) - [Review the licenses of your node dependencies](https://github.com/cds-snc/github-actions/tree/master/node-license-checker) - [A GitHub Action to check your project's dependencies](https://github.com/iheanyi/licensed-action) -- [Check if package.json dependencies have changed](https://github.com/bencooper222/check-for-node-dep-changes/blob/master/README.md) +- [Check if package.json dependencies have changed](https://github.com/bencooper222/check-for-node-dep-changes) ### Testing and Linting