diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2024-07-05 19:01:21 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2024-07-05 19:01:21 -0400 |
| commit | b6295c1f8ee9d7441e827a8c611c0f69801934bc (patch) | |
| tree | febf4e2fe4e63eac50621bdb1029c1680efe5a54 /docs/guide/types | |
| parent | 006058bab73ded5adc94d4311d84c59f225b3f75 (diff) | |
fix broken docs links
Diffstat (limited to 'docs/guide/types')
| -rw-r--r-- | docs/guide/types/basictypes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide/types/basictypes.md b/docs/guide/types/basictypes.md index 7366b47f..abebeafe 100644 --- a/docs/guide/types/basictypes.md +++ b/docs/guide/types/basictypes.md @@ -94,7 +94,7 @@ All of the type containers described in the [type introduction](index.md) are av The Type Editor is the primary interface for editing types used in your analysis. It shows whichever types you select in the Type List above, and allows you to edit them in many ways. -Types are shown in C syntax with various [annotations](#type-annotations). Structure members +Types are shown in C syntax with various [annotations](attributes.md). Structure members have their offsets indicated on the left, and empty space between structure members is shown with `??` marks indicating individual bytes. Selecting members in a structure will show [cross-references](../index.md#cross-references) to those members, and double-clicking |
