From 7be3db39659d287b05c5aaf85acdf8fc8a68401c Mon Sep 17 00:00:00 2001 From: jo Date: Fri, 5 Jun 2026 11:22:28 +0200 Subject: [PATCH] chore: exclude dns migration links from checker --- .github/workflows/links.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 6d7a77709..c268bdc07 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -39,5 +39,7 @@ jobs: --exclude 'https://docs.hetzner.cloud/reference/hetzner#' --exclude 'https://style-guide.europa.eu/en/content/-/isg/topic' --exclude 'https://www.hetzner.com/news/arm64-cloud' + --exclude 'https://docs.hetzner.com/networking/dns/faq/beta/' + --exclude 'https://docs.hetzner.com/networking/dns/migration-to-hetzner-console/process/' '**/*.md' '**/*.go'