From 7bd959d177b9b14fd3b89d584856b32e81afdf27 Mon Sep 17 00:00:00 2001 From: Mitch Davis Date: Sat, 20 Dec 2025 00:36:56 +1100 Subject: [PATCH] Tell the doc link checker to allow this example link --- docs/mlc_config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/mlc_config.json b/docs/mlc_config.json index a3e538ca10..357d765ece 100644 --- a/docs/mlc_config.json +++ b/docs/mlc_config.json @@ -34,6 +34,9 @@ }, { "pattern": "^https://dev.azure.com" + }, + { + "pattern": "^https://itree.example.com/itree-admin/" } ] }