From 3e5b035842ccb07ae4262c593d57ee8bea94ff69 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Mon, 9 Dec 2024 17:26:36 +0100 Subject: [PATCH] try to fix azure link --- docs/src/main/paradox/azure-storage-queue.md | 2 +- scripts/link-validator.conf | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/src/main/paradox/azure-storage-queue.md b/docs/src/main/paradox/azure-storage-queue.md index 15c821145..a0ba785e9 100644 --- a/docs/src/main/paradox/azure-storage-queue.md +++ b/docs/src/main/paradox/azure-storage-queue.md @@ -2,7 +2,7 @@ The Azure Storage Queue connector provides an Apache Pekko Stream Source and Sinks for Azure Storage Queue integration. -Azure Storage Queue is a queuing service similar to Amazon's SQS. It is designed mostly for long-running and non-time-critical tasks. For more information on Azure Storage Queue see the [Azure docs](https://azure.microsoft.com/en-us/services/storage/queues/). +Azure Storage Queue is a queuing service similar to Amazon's SQS. It is designed mostly for long-running and non-time-critical tasks. For more information on Azure Storage Queue see the [Azure docs](https://azure.microsoft.com/en-us/products/storage/queues). @@project-info{ projectId="azure-storage-queue" } diff --git a/scripts/link-validator.conf b/scripts/link-validator.conf index c36e35513..e5245dbd1 100644 --- a/scripts/link-validator.conf +++ b/scripts/link-validator.conf @@ -33,8 +33,6 @@ site-link-validator { "https://scala-slick.org/doc/3.3.3/api/" # GitHub will block with "429 Too Many Requests" "https://github.com/" - # Links to azure.microsoft.com work in practice but fail with link validator - "https://azure.microsoft.com/" # Links to datastax.com work in practice but fail with link validator "https://docs.datastax.com/" # MVN repository forbids access after a few requests