From e0680d3061f90469d964c52939304e3c37f44700 Mon Sep 17 00:00:00 2001 From: blogdaren Date: Wed, 27 Apr 2022 16:23:28 +0800 Subject: [PATCH] doc: fix link to uvwget example main() function (#3605) --- docs/src/guide/utilities.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/guide/utilities.rst b/docs/src/guide/utilities.rst index 4657b1b0b..e2f3cf6a6 100644 --- a/docs/src/guide/utilities.rst +++ b/docs/src/guide/utilities.rst @@ -220,7 +220,7 @@ progress with the download whenever libuv notifies of I/O readiness. .. literalinclude:: ../../code/uvwget/main.c :language: c :linenos: - :lines: 1-9,140- + :lines: 1-9,142- :emphasize-lines: 7,21,24-25 The way each library is integrated with libuv will vary. In the case of