From 8dd25ed7abffb8de7b796372f41909afd595e9b8 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Thu, 16 Jan 2020 19:30:46 +0100 Subject: content: Fix broken link in dev tutorial --- content/en/docs/Examples/dev-1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/Examples/dev-1.md b/content/en/docs/Examples/dev-1.md index ebc276c..3603034 100644 --- a/content/en/docs/Examples/dev-1.md +++ b/content/en/docs/Examples/dev-1.md @@ -28,7 +28,7 @@ flow_alloc() call is a blocking call that allocates a flow to *dst*. Both calls return an non-negative integer number describing a "flow descriptor", which is very similar to a file descriptor. On error, they will return a negative error code. (See the [man -page](/man/man3/flow_alloc.html) for all details). If the *timeo* +page](/man/man3/flow_alloc.3.html) for all details). If the *timeo* parameter supplied is NULL, the calls will block indefinitely, otherwise flow_alloc() will return -ETIMEDOUT when the time interval provided by *timeo* expires. We are working on implementing non-blocking versions if -- cgit v1.2.3