Skip to content

Commit 061a9f0

Browse files
committed
fixing links in the servers doc
Signed-off-by: Lewis Birks <22620804+lewisbirks@users.noreply.github.com>
1 parent 4e1b9ed commit 061a9f0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/asciidoc/servers.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
There are three server implementations:
44

5-
- javadoc:JettyServer[]
6-
- javadoc:NettyServer[]
7-
- javadoc:UndertowServer[]
5+
- javadoc:jetty.JettyServer[artifact=jooby-jetty]
6+
- javadoc:netty.NettyServer[artifact=jooby-netty]
7+
- javadoc:undertow.UndertowServer[artifact=jooby-undertow]
88
99
Servers are automatically registered based on their presence on the project classpath.
1010

@@ -341,7 +341,7 @@ To use a valid PKCS12 certificate:
341341

342342
<1> Creates SslOptions using PKCS12 certificates path
343343

344-
Certificate (.p12 location can be file system or class path locations.
344+
Certificate (.p12) location can be file system or class path locations.
345345

346346
Optionally you can define the SSL options in your application configuration file:
347347

0 commit comments

Comments
 (0)