diff options
Diffstat (limited to 'dev/c/lib.html')
-rw-r--r-- | dev/c/lib.html | 6 |
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 & 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 & 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> |