aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_http_handler_set_tree.3http.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/nng_http_handler_set_tree.3http.adoc')
-rw-r--r--docs/man/nng_http_handler_set_tree.3http.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/nng_http_handler_set_tree.3http.adoc b/docs/man/nng_http_handler_set_tree.3http.adoc
index 3ee73de0..821a5f7b 100644
--- a/docs/man/nng_http_handler_set_tree.3http.adoc
+++ b/docs/man/nng_http_handler_set_tree.3http.adoc
@@ -18,7 +18,7 @@ nng_http_handler_set_tree - set HTTP handler to match trees
[source,c]
----
#include <nng/nng.h>
-#include <nng/supplemental/http/http.h>
+#include <nng/http.h>
void nng_http_handler_set_tree(nng_http_handler *handler);
@@ -53,5 +53,5 @@ handling.
[.text-left]
xref:nng_http_handler_alloc.3http.adoc[nng_http_handler_alloc(3http)],
xref:nng_http_server_add_handler.3http.adoc[nng_http_server_add_handler(3http)],
-xref:nng_http_req_get_method.3http.adoc[nng_http_req_get_method(3http)],
+xref:nng_http_get_method.3http.adoc[nng_http_get_method(3http)],
xref:nng.7.adoc[nng(7)]