Skip to content

Commit 8a4a7ae

Browse files
committed
Ignore frequent icon finder problem
This seems to be only a problem on GitHub (actions)? Adding a target for the credits anyway.
1 parent e77492d commit 8a4a7ae

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

self-check/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ htmlSanityCheck {
77

88
checkingResultsDir = file("../build/reports/htmlchecks")
99
excludes = [
10-
"https://www.baeldung.com/.*" // Baeldung seems to have implemented some anti-robot/GPT strategy?
10+
"https://www.baeldung.com/.*", // Baeldung seems to have implemented some anti-robot/GPT strategy?
11+
"https://www.iconfinder.com/icons/118743/arrow_up_icon", // This fails frequently on GitHub pages
1112
]
1213

1314
httpSuccessCodes = [ 429 ]

src/docs/arc42/chapters/chap-08-Concepts.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ The appropriate copy method took a https://github.com/gradle/gradle/blob/5c45052
9494

9595

9696
==== Attributions
97-
Credits for the arrow-icon https://www.iconfinder.com/icons/118743/arrow_up_icon
97+
98+
Credits for the https://www.iconfinder.com/icons/118743/arrow_up_icon[arrow up icon] go to https://www.freepik.com/[FreeP!K].
9899

99100

0 commit comments

Comments
 (0)