diff options
author | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2012-12-11 21:59:41 +0100 |
---|---|---|
committer | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2012-12-11 22:30:30 +0100 |
commit | d3eaddc961092d50bc02c2f5cdd3e940c876a3fc (patch) | |
tree | e6f1f55a141a79c43d43c199c8c2eedf19804201 /lib | |
parent | d9dab30c1499dec081f553b887905009cd8f3e1a (diff) | |
download | Nim-d3eaddc961092d50bc02c2f5cdd3e940c876a3fc.tar.gz |
Transforms httpclient into hyperlink for ease of use.
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/impure/web.nim | 3 |
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.} |