We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6e51ce commit bfeb857Copy full SHA for bfeb857
content/courses/advanced-ada/parts/data_types/types.rst
@@ -1980,7 +1980,8 @@ the example above accordingly:
1980
end Incomplete_Type_Example;
1981
1982
A typical application of incomplete types is to create linked lists using
1983
-access types based on those incomplete types. This kind of type is called
+:ref:`access types <Adv_Ada_Access_Types_Terminology>`
1984
+based on those incomplete types. This kind of type is called
1985
a recursive type. For example:
1986
1987
.. code:: ada compile_button project=Courses.Advanced_Ada.Data_Types.Types.Incomplete_Types.Linked_List_Example
0 commit comments