From febe5c44c0a45847217278e8f82b89c23f6002a2 Mon Sep 17 00:00:00 2001 From: Eric Lovett Date: Sat, 5 Nov 2011 03:08:15 -0700 Subject: [PATCH] docs: use markdown for link, not html --- doc/api/zlib.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/zlib.markdown b/doc/api/zlib.markdown index 64849520616..475723e88ba 100644 --- a/doc/api/zlib.markdown +++ b/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 Memory Usage -Tuning 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