diff options
| author | Garrett D'Amore <garrett@damore.org> | 2018-11-05 17:38:57 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2018-11-05 18:09:39 -0800 |
| commit | c451d4244e025e28717b469d59fdfb4d78f9e29b (patch) | |
| tree | 684a07833fac08a274dffffb46aacda43a6eec9b | |
| parent | 3cc0bb37e3543052f336abe1d3349ff095f72ae2 (diff) | |
| download | nng-c451d4244e025e28717b469d59fdfb4d78f9e29b.tar.gz nng-c451d4244e025e28717b469d59fdfb4d78f9e29b.tar.bz2 nng-c451d4244e025e28717b469d59fdfb4d78f9e29b.zip | |
fixes #778 nng_http_handler_set_tree link bad
| -rw-r--r-- | docs/man/nng_http_handler_alloc.3http.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/nng_http_handler_alloc.3http.adoc b/docs/man/nng_http_handler_alloc.3http.adoc index c01cd51b..139a24fa 100644 --- a/docs/man/nng_http_handler_alloc.3http.adoc +++ b/docs/man/nng_http_handler_alloc.3http.adoc @@ -135,7 +135,7 @@ code such as 301, and a `Location:` header will contain the URL referenced by __location__, with any residual suffix from the request URI appended. -TIP: Use `<<nng_http_handler_set_tree#,nng_http_handler_set_tree()>>` +TIP: Use `<<nng_http_handler_set_tree.3http#,nng_http_handler_set_tree()>>` to redirect an entire tree. For example, it is possible to redirect an entire HTTP site to another HTTPS site by specifying `/` as the path and then using the base |
