aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2019-03-12 22:00:56 +0100
committerAndreas Schneider <asn@cryptomilk.org>2019-03-12 22:11:19 +0100
commit6827e25d5a13f4ecd5a6dee1e8a3086ffcd19fe9 (patch)
treed8661f99c5d01563c5ace27a101c8915c2815fa2
parent765c1d1a82b6a2a8e36cd7fe521a1e9d2d2bd9a8 (diff)
downloadcmocka-6827e25d5a13f4ecd5a6dee1e8a3086ffcd19fe9.tar.gz
cmocka-6827e25d5a13f4ecd5a6dee1e8a3086ffcd19fe9.tar.xz
cmocka-6827e25d5a13f4ecd5a6dee1e8a3086ffcd19fe9.zip
include: Fix documentation links
Fixes #17 Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
-rw-r--r--include/cmocka.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/cmocka.h b/include/cmocka.h
index 0ee4f53..c35ec0a 100644
--- a/include/cmocka.h
+++ b/include/cmocka.h
@@ -213,8 +213,8 @@ cast_to_largest_integral_type(cast_to_pointer_integral_type(value))
* }
* @endcode
*
- * For a complete example please at a look
- * <a href="http://git.cryptomilk.org/projects/cmocka.git/tree/example/chef_wrap/waiter_test_wrap.c">here</a>.
+ * For a complete example please take a look
+ * <a href="https://git.cryptomilk.org/projects/cmocka.git/tree/example/mock">here</a>.
*
* @{
*/
@@ -430,8 +430,8 @@ void will_return_maybe(#function, LargestIntegralType value);
* }
* @endcode
*
- * For a complete example please at a look at
- * <a href="http://git.cryptomilk.org/projects/cmocka.git/tree/example/chef_wrap/waiter_test_wrap.c">here</a>
+ * For a complete example please take a look
+ * <a href="https://git.cryptomilk.org/projects/cmocka.git/tree/example/mock">here</a>
*
* @{
*/