[libvirt] [PATCH] docs: hacking.html.in: fix table of contents

Ján Tomko jtomko at redhat.com
Tue Sep 11 12:01:56 UTC 2012


Two sections didn't have a working link in the TOC.
---
 docs/hacking.html.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/hacking.html.in b/docs/hacking.html.in
index eb79953..a97dc22 100644
--- a/docs/hacking.html.in
+++ b/docs/hacking.html.in
@@ -350,7 +350,7 @@
   }
 </pre>
 
-    <h2><a href="types">Preprocessor</a></h2>
+    <h2><a name="preprocessor">Preprocessor</a></h2>
 
     <p>
       For variadic macros, stick with C99 syntax:
@@ -368,7 +368,7 @@
   #endif
 </pre>
 
-    <h2><a href="types">C types</a></h2>
+    <h2><a name="types">C types</a></h2>
 
     <p>
       Use the right type.
-- 
1.7.8.6




More information about the libvir-list mailing list