From b6295c1f8ee9d7441e827a8c611c0f69801934bc Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Fri, 5 Jul 2024 19:01:21 -0400 Subject: fix broken docs links --- docs/guide/types/basictypes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/guide/types') 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 -- cgit v1.3.1