From 41f7dd6b8874a65e2fd2c3f9f56568bf4bc71ae9 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Thu, 8 Aug 2024 20:53:34 +0200 Subject: [PATCH] docs(faq): link to more glob pattern examples (#30668) Co-authored-by: Michael Kriese <michael.kriese@visualon.de> --- docs/usage/faq.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/usage/faq.md b/docs/usage/faq.md index 3ff913c2d7..d1d5cbadd9 100644 --- a/docs/usage/faq.md +++ b/docs/usage/faq.md @@ -236,6 +236,8 @@ Do the same as above, but instead of an exact match, use a glob prefix: } ``` +For more examples, see [String Pattern Matching, example glob patterns](./string-pattern-matching.md#example-glob-patterns). + ### Group all packages starting with `abc` together in one PR As above, but apply a `groupName`: -- GitLab