From 5d3e98685591b2521f8dc3151d9a3c36095401b6 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Mon, 1 May 2023 14:16:57 -0400 Subject: many fixes to missing links in documentation --- docs/dev/cookbook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/dev/cookbook.md') diff --git a/docs/dev/cookbook.md b/docs/dev/cookbook.md index 0a0926a4..61cd6386 100644 --- a/docs/dev/cookbook.md +++ b/docs/dev/cookbook.md @@ -61,7 +61,7 @@ bv.find_next_data(0, b"\x90" * 10) ### Change a function's type signature -Make sure to check out the much more in-depth [type guide](../guide/type.md#using-the-api) as well. +Make sure to check out the much more in-depth [applying annotations](annotation.md) as well. ```python current_function.type = Type.function(Type.void(), []) -- cgit v1.3.1