docs: Fix invalid references and broken links

This commit fixes quite a few broken links and references, minor typos,
and improves wording in some sections.
This commit is contained in:
Mavroudis Chatzilazaridis
2025-01-28 21:05:26 +02:00
parent 7fffe59037
commit cb1502ed66
49 changed files with 161 additions and 148 deletions

View File

@@ -39,8 +39,8 @@
/**
* GList:
* @data: holds the element's data, which can be a pointer to any kind
* of data, or any integer value using the
* [Type Conversion Macros][glib-Type-Conversion-Macros]
* of data, or any integer value using the
* [Type Conversion Macros](conversion-macros.html#conversion-macros)
* @next: contains the link to the next element in the list
* @prev: contains the link to the previous element in the list
*