Skip to content

Commit 7975e54

Browse files
authored
book: Fix link to GVariant docs (#1559)
1 parent 5c0b300 commit 7975e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ When creating a `path`, we advise to take the `id`, replace the '.' with '/' and
2424

2525
We only want to store a single key with the `name` "is-switch-enabled".
2626
This is a boolean value so its `type` is "b" (see [GVariant Format Strings](https://docs.gtk.org/glib/gvariant-format-strings.html) for the other options).
27-
We also set its default value to `false` (see [GVariant Text Format](https://docs.gtk.org/glib/gvariant-text.html) for the full syntax).
27+
We also set its default value to `false` (see [GVariant Text Format](https://docs.gtk.org/glib/gvariant-text-format.html) for the full syntax).
2828
Finally, we add a summary.
2929

3030
Now we need to copy and compile the schema.

0 commit comments

Comments
 (0)