* doc/emacs/xresources.texi (GTK resources): Fix dead links.

This commit is contained in:
Po Lu 2022-01-10 18:07:46 +08:00
parent b1f33ff951
commit e36f076eb7

View file

@ -589,7 +589,7 @@ those are governed by normal X resources (@pxref{Resources}).
The following sections describe how to customize GTK+ resources for
Emacs. For details about GTK+ resources, see the GTK+ API document at
@uref{https://developer.gnome.org/gtk2/stable/gtk2-Resource-Files.html}.
@uref{https://developer-old.gnome.org/gtk2/stable/gtk2-Resource-Files.html}.
In GTK+ version 3, GTK+ resources have been replaced by a completely
different system. The appearance of GTK+ widgets is now determined by
@ -599,7 +599,7 @@ style settings (where @var{theme} is the name of the current GTK+
theme). Therefore, the description of GTK+ resources in this section
does not apply to GTK+ 3. For details about the GTK+ 3 styling
system, see
@uref{https://developer.gnome.org/gtk3/3.0/GtkCssProvider.html}.
@uref{https://developer-old.gnome.org/gtk3/3.0/GtkCssProvider.html}.
@menu
* GTK Resource Basics:: Basic usage of GTK+ resources.