From 6d2b22ca3291fc99836f750dd20b2f5af9bdc317 Mon Sep 17 00:00:00 2001 From: Dominique RIGHETTO Date: Thu, 1 Feb 2024 14:29:17 +0100 Subject: [PATCH] Fix broken link --- http/technologies/identity-server-v3-detect.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/http/technologies/identity-server-v3-detect.yaml b/http/technologies/identity-server-v3-detect.yaml index bb9e821841..120690f5d7 100644 --- a/http/technologies/identity-server-v3-detect.yaml +++ b/http/technologies/identity-server-v3-detect.yaml @@ -7,7 +7,7 @@ info: description: | Identity Server V3 technology was detected. reference: - - https://identityserver.github.io + - https://identityserver.github.io/Documentation/ metadata: verified: true max-request: 1 @@ -32,4 +32,4 @@ http: part: body group: 1 regex: - - '(?i)build\s+([a-z0-9.-]+)' \ No newline at end of file + - '(?i)build\s+([a-z0-9.-]+)'