From 7f5cbe84a2332a9f6b194ff2c276a320354a55f7 Mon Sep 17 00:00:00 2001 From: YuLuo Date: Tue, 26 Mar 2024 16:59:05 +0800 Subject: [PATCH] docs: remove 0.1.0 from linkinator ignore list (#3015) Signed-off-by: yuluo Co-authored-by: zirain --- tools/make/docs.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/make/docs.mk b/tools/make/docs.mk index dcbb1811b8d..d280c2c1410 100644 --- a/tools/make/docs.mk +++ b/tools/make/docs.mk @@ -88,7 +88,7 @@ docs-check-links: # github.com does not allow access too often, there're a lot of 429 errors # TODO: find a way to remove github.com from ignore list # TODO: example.com is not a valid domain, we should remove it from ignore list - linkinator site/public/ -r --concurrency 25 -s "github.com example.com _print v0.6.0 v0.5.0 v0.4.0 v0.3.0 v0.2.0 v0.1.0" + linkinator site/public/ -r --concurrency 25 -s "github.com example.com _print v0.6.0 v0.5.0 v0.4.0 v0.3.0 v0.2.0" release-notes-docs: $(tools/release-notes-docs) @$(LOG_TARGET)