aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/man/nng_http_handler_alloc.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/nng_http_handler_alloc.adoc b/docs/man/nng_http_handler_alloc.adoc
index 023d0400..c45d2bfd 100644
--- a/docs/man/nng_http_handler_alloc.adoc
+++ b/docs/man/nng_http_handler_alloc.adoc
@@ -45,7 +45,7 @@ considered when determining whether the handler should be called.
Additionally each handler has a method it is registered to handle
(the default is "GET", see
-<<nng_http_handler_set_method#,nng_http_handler_set_method(3)), and
+<<nng_http_handler_set_method#,nng_http_handler_set_method(3)>>), and
optionally a 'Host' header it can be matched against (see
<<nng_http_handler_set_host#,nng_http_handler_set_host(3)).