From 7387c57a10ea001f5aeebcccb35447effb08bf23 Mon Sep 17 00:00:00 2001 From: Anton-4 <17049058+Anton-4@users.noreply.github.com> Date: Tue, 27 Dec 2022 13:59:04 +0100 Subject: [PATCH] temp disable link checking tutorial Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com> --- mlc_config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mlc_config.json b/mlc_config.json index 8d341236f1..f4d7fa1a1a 100644 --- a/mlc_config.json +++ b/mlc_config.json @@ -29,6 +29,9 @@ }, { "pattern": "/builtins" - } + }, + { + "pattern": "https://roc-lang.org/tutorial" + }, ] }