summaryrefslogtreecommitdiff
path: root/docs/dev/cookbook.md
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2023-05-01 14:16:57 -0400
committerPeter LaFosse <peter@vector35.com>2023-05-01 14:24:37 -0400
commit5d3e98685591b2521f8dc3151d9a3c36095401b6 (patch)
tree192470df14f1d8d3ca65609dd7d300dd6db743b3 /docs/dev/cookbook.md
parent9aa07762230234bf7222d2b2c19c1fe49ef71d9a (diff)
many fixes to missing links in documentation
Diffstat (limited to 'docs/dev/cookbook.md')
-rw-r--r--docs/dev/cookbook.md2
1 files changed, 1 insertions, 1 deletions
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(), [])