Skip to content

Commit 0eee2f5

Browse files
committed
Fix javadoc warning.
1 parent 0ed7041 commit 0eee2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ tasks.withType(Javadoc) {
199199
options.addStringOption('charset', 'UTF-8')
200200
options.overview = 'src/overview.html'
201201
options.links 'https://docs.oracle.com/en/java/javase/11/docs/api/'
202-
options.links 'https://css4j.github.io/api/3/'
202+
options.links 'https://css4j.github.io/api/latest/'
203203
options.links 'https://dom4j.github.io/javadoc/2.1.1/'
204204
}
205205

0 commit comments

Comments
 (0)