Skip to content

Commit 652190a

Browse files
committed
Add exemptions for dead links to get build going
1 parent c5dec55 commit 652190a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

test-integration/links.test.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,19 @@ describe("site links", () => {
5252
"https://twitter.com/quarkusio",
5353
// TODO remove this exemption as soon as new releases with live guide links are made (the repos are correct, the releases are not)
5454
"https://quarkus.io/guides/qson",
55+
// PR https://github.com/quarkiverse/quarkus-asyncapi/pull/71
56+
"https://quarkiverse.github.io/quarkiverse-docs/quarkus-asyncapi-annotation-scanner/dev/",
57+
// See issue https://github.com/apache/camel-quarkus/issues/4964
58+
"https://camel.apache.org/camel-quarkus/latest/reference/extensions/cli-connector.html",
59+
"https://camel.apache.org/camel-quarkus/latest/reference/extensions/datasonnet.html",
60+
"https://camel.apache.org/camel-quarkus/latest/reference/extensions/elasticsearch.html",
61+
"https://camel.apache.org/camel-quarkus/latest/reference/extensions/mapstruct.html",
62+
"https://camel.apache.org/camel-quarkus/latest/reference/extensions/optaplanner.html",
63+
"https://camel.apache.org/camel-quarkus/latest/reference/extensions/smallrye-reactive-messaging.html",
64+
"https://camel.apache.org/camel-quarkus/latest/reference/extensions/xmlsecurity.html",
65+
"https://camel.apache.org/camel-quarkus/latest/reference/extensions/tika.html",
66+
// See https://github.com/quarkiverse/quarkus-itext/pull/19
67+
"https://quarkiverse.github.io/quarkiverse-docs/itext/dev/",
5568
]
5669

5770
// Go ahead and start the scan! As events occur, we will see them above.

0 commit comments

Comments
 (0)