Fix external links

Previous link led to a broken page.

Ideally, we should rewrite this part of the doc and provide formatting data ourselves.
This commit is contained in:
2025-08-19 01:46:44 +02:00
parent ecbc5cdfcc
commit d705233441

View File

@@ -126,8 +126,8 @@ The following properties are available in the [*ui*] section, note that the valu
| flash | Terminal flash, see [/flash](/command-reference#flash) | true, false |
| splash | Splash logo, see [/splash](/command-reference#splash) | true, false |
| wrap | Word wrap main window, see [/wrap](/command-reference#wrap) | true, false |
| time | Time format in main window, see [/time](/command-reference#time) | <a href="https://developer.gnome.org/glib/stable/glib-GDateTime.html#g-date-time-format" target="_blank" rel="noopener noreferrer">GDateTime format</a> |
| time.statusbar | Time format in status bar, see [/time](/command-reference#time) | <a href="https://developer.gnome.org/glib/stable/glib-GDateTime.html#g-date-time-format" target="_blank" rel="noopener noreferrer">GDateTime format</a> |
| time | Time format in main window, see [/time](/command-reference#time) | <a href="https://docs.gtk.org/glib/method.DateTime.format.html" target="_blank" rel="noopener noreferrer">GDateTime format</a> |
| time.statusbar | Time format in status bar, see [/time](/command-reference#time) | <a href="https://docs.gtk.org/glib/method.DateTime.format.html" target="_blank" rel="noopener noreferrer">GDateTime format</a> |
| resource.title | Show contacts resource in title bar, see [/resource](/command-reference#resource) | true, false |
| resource.message | Show contacts resource on incoming messages, see [/resource](/command-reference#resource) | true, false |
| statuses.console | Presence messages in console, see [/presence](/command-reference#presence) | all, online, none |