diff options
author | Araq <rumpf_a@web.de> | 2012-12-12 11:27:12 -0800 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-12-12 11:27:12 -0800 |
commit | 77492158aca520b6f5192885147953aa35e830b2 (patch) | |
tree | 07d4287d8ca44fdf3b6ac5e2eb6c49bea4a55ac6 /lib/impure/web.nim | |
parent | c98696d7428346b53c8998bf8fab77fe08830e2e (diff) | |
parent | afff026dbd0466cabbce17a1026f7927598cceea (diff) | |
download | Nim-77492158aca520b6f5192885147953aa35e830b2.tar.gz |
Merge pull request #273 from gradha/pr_misc_documentation_improvements
Misc documentation improvements
Diffstat (limited to 'lib/impure/web.nim')
-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.} |