summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2019-03-04 09:04:54 +0100
committerAndreas Rumpf <rumpf_a@web.de>2019-03-04 09:04:54 +0100
commit65ad496fed0e928594749cb2456513bc47dab89e (patch)
tree55c3ac86e9c2d4713d3271cde130ea02b222b0da /doc
parent1d1be03d81a380d6d2e15bd1e4a0873fe64ada5f (diff)
downloadNim-65ad496fed0e928594749cb2456513bc47dab89e.tar.gz
typo
Diffstat (limited to 'doc')
-rw-r--r--doc/lib.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lib.rst b/doc/lib.rst
index 6fb0abedc..1c7426a68 100644
--- a/doc/lib.rst
+++ b/doc/lib.rst
@@ -213,7 +213,7 @@ Generic Operating System Services
   This module implements asynchronous file reading and writing using
   ``asyncdispatch``.
 
-* `asyncstreams <asyncstreams.htm>`_
+* `asyncstreams <asyncstreams.html>`_
   This module provides `FutureStream` - a future that acts as a queue.
 
 * `distros <distros.html>`_