aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_ctx.5.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/nng_ctx.5.adoc')
-rw-r--r--docs/man/nng_ctx.5.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/nng_ctx.5.adoc b/docs/man/nng_ctx.5.adoc
index c59a4a4c..4fcac571 100644
--- a/docs/man/nng_ctx.5.adoc
+++ b/docs/man/nng_ctx.5.adoc
@@ -121,7 +121,7 @@ echo(void *arg)
----
Given the above fragment, the following example shows setting up the
-service. It assumes that the <<nng_socket.7#,socket>> has already been
+service. It assumes that the <<nng_socket.5#,socket>> has already been
created and any transports set up as well with functions such as
<<nng_dial.3#,`nng_dial()`>>
or <<nng_listen.3#,`nng_listen()`>>.