Skip to content

Commit 24df023

Browse files
committed
point to latest apidocs
1 parent dfc7490 commit 24df023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ tasks {
135135
(options as StandardJavadocDocletOptions).links(
136136
"https://docs.oracle.com/javase/8/docs/api/",
137137
"https://sdk.amazonaws.com/java/api/latest/",
138-
"https://vertx.io/docs/${vertxVersion}/apidocs/",
138+
"https://vertx.io/docs/apidocs/",
139139
"http://www.reactive-streams.org/reactive-streams-1.0.0-javadoc/",
140140
"https://netty.io/4.1/api/"
141141
)

0 commit comments

Comments
 (0)