From a15186d9b3f10678b4b111c8f678d61869e58576 Mon Sep 17 00:00:00 2001 From: Jonas Berlin Date: Thu, 27 Apr 2017 13:01:07 +0300 Subject: [PATCH] http pkg apidoc: Add link from SNI server docs to related net pkg apidoc Signed-off-by: Jonas Berlin --- src/main/java/io/vertx/core/http/package-info.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. *