summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xlib/impure/web.nim3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/impure/web.nim b/lib/impure/web.nim
index 417fe9746..5f04422d1 100755
--- a/lib/impure/web.nim
+++ b/lib/impure/web.nim
@@ -17,7 +17,8 @@
 ## Currently only requesting URLs is implemented. The implementation depends

 ## on the libcurl library!

 ##

-## **Deprecated since version 0.8.8:** Use the ``httpclient`` module instead. 

+## **Deprecated since version 0.8.8:** Use the

+## `httpclient <httpclient.html>`_ module instead. 

 ## 

 

 {.deprecated.}