diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e5b6060..a030b97b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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' diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template index ea58da04..fb59f74d 100644 --- a/.gitlab-ci/ci.template +++ b/.gitlab-ci/ci.template @@ -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(' ')}}' diff --git a/src/evdev.h b/src/evdev.h index e67353f3..65d599ce 100644 --- a/src/evdev.h +++ b/src/evdev.h @@ -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); } diff --git a/tools/libinput-measure-touchpad-pressure.man b/tools/libinput-measure-touchpad-pressure.man index 5983e28e..2d297321 100644 --- a/tools/libinput-measure-touchpad-pressure.man +++ b/tools/libinput-measure-touchpad-pressure.man @@ -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.