Browse Source

docs: use markdown for link, not html

v0.7.4-release
Eric Lovett 13 years ago
committed by Ben Noordhuis
parent
commit
febe5c44c0
  1. 4
      doc/api/zlib.markdown

4
doc/api/zlib.markdown

@ -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

Loading…
Cancel
Save