From 927363397d870aec841c3616c5136442218239af Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 9 Aug 2023 18:30:47 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84a24e3b..f04349e6 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Effortlessly track all changed files and directories relative to a target branch * Scales to handle large repositories. * Supports Git submodules. * Supports [merge queues](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue) for pull requests. -* Generates escaped JSON output for running matrix jobs based on changed files. +* Generates escaped [JSON output for running matrix jobs](https://github.com/tj-actions/changed-files/blob/main/.github/workflows/matrix-test.yml) based on changed files. * Lists changed directories. * Limits matching changed directories to a specified maximum depth. * Optionally excludes the current directory.