about summary refs log tree commit diff stats
path: root/dev/c/lib.html
diff options
context:
space:
mode:
authorSilvino <silvino@bk.ru>2019-07-29 18:33:40 +0100
committerSilvino <silvino@bk.ru>2019-07-29 18:33:40 +0100
commitee84e47238980b2100d88f410d01fefcb7aa1d16 (patch)
tree56c6b628cab34f107d1d36a98cbc5d97ea5f3a63 /dev/c/lib.html
parent79bfadccf36138b77df85621ae02ccbb39f45f8c (diff)
downloaddoc-ee84e47238980b2100d88f410d01fefcb7aa1d16.tar.gz
fix dev c indexes
Diffstat (limited to 'dev/c/lib.html')
-rw-r--r--dev/c/lib.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/c/lib.html b/dev/c/lib.html
index 4531d7a..5e3f1f7 100644
--- a/dev/c/lib.html
+++ b/dev/c/lib.html
@@ -5,7 +5,7 @@
         <title>Libraries</title>
     </head>
     <body>
-        <a href="../index.html">C &amp; GDB Index</a>
+        <a href="index.html">C Index</a>
 
 
         <h1>Libraries</h1>
@@ -243,11 +243,11 @@
         void pthread_exit(void *value_ptr);
         </pre>
 
-        <a href="../index.html">C &amp; GDB Index</a>
+        <a href="index.html">C Index</a>
 
         <p>
         This is part of the Hive System Documentation.
-        Copyright (C) 2018
+        Copyright (C) 2019
         Hive Team.
         See the file <a href="../../fdl-1.3-standalone.html">Gnu Free Documentation License</a>
         for copying conditions.</p>