Fix links to point to the current doc pages

The underscored page names date back to doxygen and have been obsolete
for many years now.

Closes #1123

Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1202>
This commit is contained in:
Peter Hutterer 2025-05-13 16:21:16 +10:00 committed by Marge Bot
parent 7915921a3c
commit f653ce0a22
4 changed files with 5 additions and 5 deletions

View file

@ -81,7 +81,7 @@ variables:
# distribution #
# #
# See the documentation here: #
# https://wayland.freedesktop.org/libinput/doc/latest/building_libinput.html #
# https://wayland.freedesktop.org/libinput/doc/latest/building.html #
###############################################################################
FEDORA_PACKAGES: 'git-core gcc gcc-c++ pkgconf-pkg-config meson check-devel libudev-devel libevdev-devel doxygen graphviz python3-sphinx python3-recommonmark python3-sphinx_rtd_theme python3-pytest-xdist libwacom-devel cairo-devel gtk4-devel glib2-devel mtdev-devel diffutils wayland-protocols-devel black clang clang-tools-extra jq rpmdevtools valgrind systemd-udev qemu-img qemu-system-x86-core qemu-system-aarch64-core jq python3-click python3-rich virtme-ng'
DEBIAN_PACKAGES: 'git gcc g++ pkg-config meson check libudev-dev libevdev-dev doxygen graphviz python3-sphinx python3-recommonmark python3-sphinx-rtd-theme python3-pytest-xdist libwacom-dev libcairo2-dev libgtk-3-dev libglib2.0-dev libmtdev-dev curl'

View file

@ -75,7 +75,7 @@ variables:
# distribution #
# #
# See the documentation here: #
# https://wayland.freedesktop.org/libinput/doc/latest/building_libinput.html #
# https://wayland.freedesktop.org/libinput/doc/latest/building.html #
###############################################################################
{% for distro in distributions %}
{{"%-17s" | format(distro.name.upper() + '_PACKAGES:')}} '{{ distro.packages|join(' ')}}'

View file

@ -1025,7 +1025,7 @@ evdev_device_check_abs_axis_range(struct evdev_device *device,
log_info_ratelimit(evdev_libinput_context(device),
&device->abs.warning_range.range_warn_limit,
"Axis %#x value %d is outside expected range [%d, %d]\n"
"See %s/absolute_coordinate_ranges.html for details\n",
"See %s/absolute-coordinate-ranges.html for details\n",
code, value, min, max,
HTTP_DOC_LINK);
}

View file

@ -16,9 +16,9 @@ pressure\-related bug report.
.PP
For a full description on how libinput's pressure-to-click behavior works, see
the online documentation here:
.I https://wayland.freedesktop.org/libinput/doc/latest/touchpad_pressure.html
.I https://wayland.freedesktop.org/libinput/doc/latest/touchpad-pressure.html
and
.I https://wayland.freedesktop.org/libinput/doc/latest/palm_detection.html
.I https://wayland.freedesktop.org/libinput/doc/latest/palm-detection.html
.PP
This is a debugging tool only, its output may change at any time. Do not
rely on the output.