summary refs log tree commit diff stats
path: root/lib/impure/web.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-12-12 11:27:12 -0800
committerAraq <rumpf_a@web.de>2012-12-12 11:27:12 -0800
commit77492158aca520b6f5192885147953aa35e830b2 (patch)
tree07d4287d8ca44fdf3b6ac5e2eb6c49bea4a55ac6 /lib/impure/web.nim
parentc98696d7428346b53c8998bf8fab77fe08830e2e (diff)
parentafff026dbd0466cabbce17a1026f7927598cceea (diff)
downloadNim-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-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.}