From 644e84eb5c77043a68faf86caecb61b7c0a79b53 Mon Sep 17 00:00:00 2001 From: IGI-111 Date: Wed, 27 Mar 2024 09:26:24 +0400 Subject: [PATCH] fix: ignore links to hidden devrel repo --- docs-hub/mlc.mdbook.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs-hub/mlc.mdbook.json b/docs-hub/mlc.mdbook.json index 68a9362..26eea5c 100644 --- a/docs-hub/mlc.mdbook.json +++ b/docs-hub/mlc.mdbook.json @@ -24,6 +24,9 @@ }, { "pattern": "^https://twitter.com" + }, + { + "pattern": "^https://github.com/FuelLabs/devrel-requests" } ] }