1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-06-09 01:17:06 +02:00

chore: ignore checking bricks-software links (#9675)

Links are sometimes used in ADRs like
6e947a8ba6/website/docs/contributing/ADRs/overarching/logging-levels.md (L39)

Maybe we should not have links to private repositories in our docs and
this check would prevent those, but inside ADRs maybe it's not that
important.

Fixes #9632
This commit is contained in:
Gastón Fournier 2025-04-22 16:25:30 +02:00 committed by GitHub
parent da05c7be5c
commit b1fc4d60fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -27,3 +27,5 @@ api.datadoghq.com
myoidchost.azure.com
www.youtube.com/embed/
https://github.com/bricks-software

View File

@ -130,4 +130,4 @@ Unleash Proxy has been deprecated, use [Unleash Edge](../reference/unleash-edge)
:::
If you are currently self-hosting Proxy, see our [Edge migration guide](https://github.com/Unleash/unleash-edge/blob/main/migration-guide.md) for a guide on how to migrate.
If you are currently self-hosting Proxy, see our [Edge migration guide](https://github.com/Unleash/unleash-edge/blob/main/docs/migration-guide.md) for a guide on how to migrate.