Skip to content

Commit 4b3ea94

Browse files
author
Roman Ivanov
committed
minor: fix for linkcheckplugin violation
1 parent 334f926 commit 4b3ea94

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -1270,6 +1270,10 @@
12701270
<timeout>6000</timeout>
12711271
<httpFollowRedirect>false</httpFollowRedirect>
12721272
<forceSite>true</forceSite>
1273+
<!-- To resolve redirection violation, to find new target url, use:
1274+
URL=https://www.cs.....
1275+
curl -s -I $URL -L | awk '/Location: (.*)/ {print $2}' | tail -n 1
1276+
-->
12731277
<excludedPages>
12741278
<excludedPage>dependencies.html</excludedPage>
12751279
<excludedPage>cobertura/**</excludedPage>

src/xdocs/config_coding.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ String b = (a==null || a.length&lt;1) ? null : a.substring(1);
252252
</p>
253253

254254
<p>
255-
Inspired by <a href="https://www.cs.nyu.edu/~lharris/papers/findbugsPaper.pdf">
255+
Inspired by <a href="https://cs.nyu.edu/~lharris/papers/findbugsPaper.pdf">
256256
Finding Bugs is Easy, chapter '2.3.1 Bad Covariant Definition of Equals (Eq)'</a>:
257257
</p>
258258

0 commit comments

Comments
 (0)