Skip to content

Commit dff25be

Browse files
committed
fixing links in the handler/head doc
Signed-off-by: Lewis Birks <22620804+lewisbirks@users.noreply.github.com>
1 parent 9ce82b3 commit dff25be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/asciidoc/handlers/head.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ Jooby doesn't support `HTTP HEAD` requests by default. To support them you have
55
- Use the built-in `HeadHandler`
66
- Write your own head handler
77
8-
The javadoc:HeadHandler[] supports `HEAD` requests over existing `GET` handlers.
8+
The javadoc:handler.HeadHandler[] supports `HEAD` requests over existing `GET` handlers.
99

1010
.Head Example
1111
[source, java, role = "primary"]
1212
----
1313
import io.jooby.Jooby;
14-
import io.jooby.HeadHandler;
14+
import io.jooby.handler.HeadHandler;
1515
...
1616
{
1717

0 commit comments

Comments
 (0)