diff --git a/src/main/java/io/vertx/core/http/package-info.java b/src/main/java/io/vertx/core/http/package-info.java index 1c4674895..8148d9f2e 100644 --- a/src/main/java/io/vertx/core/http/package-info.java +++ b/src/main/java/io/vertx/core/http/package-info.java @@ -1560,7 +1560,7 @@ * * ==== Server Name Indication (SNI) * - * Vert.x http servers can be configured to use SNI in exactly the same way as net servers. + * Vert.x http servers can be configured to use SNI in exactly the same way as {@linkplain io.vertx.core.net net servers}. * * Vert.x http client will present the actual hostname as _server name_ during the TLS handshake. *