summary refs log tree commit diff stats
path: root/lib
diff options
context:
space:
mode:
authorGrzegorz Adam Hankiewicz <gradha@imap.cc>2012-12-11 21:59:41 +0100
committerGrzegorz Adam Hankiewicz <gradha@imap.cc>2012-12-11 22:30:30 +0100
commitd3eaddc961092d50bc02c2f5cdd3e940c876a3fc (patch)
treee6f1f55a141a79c43d43c199c8c2eedf19804201 /lib
parentd9dab30c1499dec081f553b887905009cd8f3e1a (diff)
downloadNim-d3eaddc961092d50bc02c2f5cdd3e940c876a3fc.tar.gz
Transforms httpclient into hyperlink for ease of use.
Diffstat (limited to 'lib')
-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.}