From 12d8220dd1ee5a26ba8657e2d965870d9166cb5c Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Mon, 12 Aug 2024 18:01:31 -0700 Subject: [PATCH] Fix redirect --- docs/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/glossary.md b/docs/glossary.md index 09662074e..7776a1095 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -719,7 +719,7 @@ Prettier GitHub workflow GitHub workflows - A [GitHub workflow](https://docs.github.com/en/actions/using-workflows) is a configurable automated process that will run one or more jobs. + A [GitHub workflow](https://docs.github.com/en/actions/writing-workflows) is a configurable automated process that will run one or more jobs. husky [Husky](https://typicode.github.io/husky/) automatically lints your commit messages, code, and runs tests upon committing or pushing commits to a remote repository.