From 5680b0ebbcb7aace2d41053eccd1d7f35f41497b Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 14 Sep 2023 11:26:34 -0600 Subject: [PATCH] chore: update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index abd100f1604..1617637775d 100644 --- a/README.md +++ b/README.md @@ -69,8 +69,8 @@ Effortlessly track all changed files and directories relative to a target branch * Supports brace expansion. * Supports negation. * Uses [YAML](https://yaml.org/) syntax for specifying patterns. - * Supports [YAML anchors & aliases](https://www.educative.io/blog/advanced-yaml-syntax-cheatsheet#anchors). - * Supports [YAML multi-line strings](https://learnxinyminutes.com/docs/yaml/). + * Supports [YAML anchors & aliases](https://github.com/tj-actions/changed-files/blob/main/test/changed-files.yml#L8-L12). + * Supports [YAML multi-line strings](https://github.com/tj-actions/changed-files/blob/main/test/changed-files.yml#L13-L16). And many more...