Skip to content

Commit 334f926

Browse files
committed
minor: fix for linkcheckplugin violation
1 parent 7f97114 commit 334f926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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<1) ? null : a.substring(1);
252252
</p>
253253

254254
<p>
255-
Inspired by <a href="http://www.cs.nyu.edu/~lharris/papers/findbugsPaper.pdf">
255+
Inspired by <a href="https://www.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)