We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddd7a6e commit 76eab96Copy full SHA for 76eab96
1 file changed
jpms-examples/README.adoc
@@ -13,7 +13,7 @@ WARNING: Running these examples from your IDE might not work sometimes due to JP
13
14
== HTTP/1.1 Server
15
16
-A simple link:src/main/java/io/vertx/example/jpms/http/Server.java[HTTP/2 server]
+A simple link:src/main/java/io/vertx/example/jpms/http/Server.java[HTTP/1.1 server]
17
18
You can run the server in your IDE and then `curl http://localhost:8080`.
19
@@ -26,7 +26,7 @@ You can also run the application image (Mac/M1):
26
27
== HTTP/2 Server
28
29
-A simple link:src/main/java/io/vertx/example/jpms/http2/Server.java[HTTP/2 server]
+A simple link:src/main/java/io/vertx/example/jpms/http2/Server.java[HTTP/2 server]
30
31
You can run the server in your IDE and then `curl -k https://localhost:8443`.
32
0 commit comments