docs: use markdown for link, not html
authorEric Lovett <etlovett@gmail.com>
Sat, 5 Nov 2011 10:08:15 +0000 (03:08 -0700)
committerBen Noordhuis <info@bnoordhuis.nl>
Sat, 5 Nov 2011 12:00:20 +0000 (13:00 +0100)
doc/api/zlib.markdown

index 6484952..475723e 100644 (file)
@@ -45,8 +45,8 @@ header on responses.
 
 **Note: these examples are drastically simplified to show
 the basic concept.**  Zlib encoding can be expensive, and the results
-ought to be cached.  See <a href="#memory_Usage_Tuning">Memory Usage
-Tuning</a> below for more information on the speed/memory/compression
+ought to be cached.  See [Memory Usage Tuning](#memory_Usage_Tuning)
+below for more information on the speed/memory/compression
 tradeoffs involved in zlib usage.
 
     // client request example