Update docs/backend-system/core-services/url-reader.md

Signed-off-by: Johan Haals <johan.haals@gmail.com>

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Johan Haals <johan@haals.se>
This commit is contained in:
Johan Haals
2024-08-28 11:24:53 +02:00
committed by GitHub
parent 2e4d019f4c
commit c26c2cec25
@@ -125,7 +125,7 @@ matching the query.
- ✅ Valid URL : `https://github.com/backstage/backstage/blob/master/**/*.md`
- ✅ Valid URL :
`https://github.com/backstage/backstage/blob/master/*/package.json`
- ✅ Valid URL : `https://github.com/backstage/backstage/blob/master/READM`
- ✅ Valid URL : `https://github.com/backstage/backstage/blob/master/README`
The core logic of `readTree` can be used here to extract all the files inside
the tree and return the files matching the pattern in the `url`.