docs: Fix broken links

The file was renamed in 5d80471d4b.
This commit is contained in:
Jan Tojnar
2024-04-15 22:38:01 +02:00
committed by Philip Withnall
parent 4a1f1e3681
commit 156e0c865a
4 changed files with 14 additions and 13 deletions

View File

@@ -135,7 +135,7 @@ g_action_map_remove_action (GActionMap *action_map,
* activate function for this action, given as a single
* GVariant type string (or %NULL for no parameter)
* @state: the initial state for this action, given in
* [GVariant text format][gvariant-text]. The state is parsed
* [GVariant text format](gvariant-text-format.html). The state is parsed
* with no extra type information, so type tags must be added to
* the string if they are necessary. Stateless actions should
* give %NULL here.