Skip to content

Commit 65a08e9

Browse files
committed
Remove exemptions for dead links which are fixed, add new exemption
1 parent b4c5a05 commit 65a08e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test-integration/links.test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ describe("site links", () => {
5050

5151
const linksToSkip = [
5252
"https://twitter.com/quarkusio",
53-
// TODO remove these exemptions as soon as new releases with live guide links are made (the repos are correct, the releases are not)
54-
"https://quarkus.io/guides/freemarker",
53+
// TODO remove this exemption as soon as new releases with live guide links are made (the repos are correct, the releases are not)
5554
"https://quarkus.io/guides/qson",
56-
"https://quarkus.io/guides/amazon-cognitouserpools", // Fixed in source code, awaiting a release https://github.com/quarkiverse/quarkus-amazon-services/issues/577
55+
// PR https://github.com/quarkiverse/quarkus-asyncapi/pull/71
56+
"https://quarkiverse.github.io/quarkiverse-docs/quarkus-asyncapi-annotation-scanner/dev/",
5757
]
5858

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

0 commit comments

Comments
 (0)