From d8f4a3d78c6eaf090c101de8a5a9b1bd85a369e4 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 21 Feb 2024 12:02:47 +0100 Subject: [PATCH] backend/drm: fix broken link to KMS property docs The Linux graphics section of 01.org is no more. Link to more official docs instead. --- include/backend/drm/properties.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/backend/drm/properties.h b/include/backend/drm/properties.h index 103d1259..4ce95767 100644 --- a/include/backend/drm/properties.h +++ b/include/backend/drm/properties.h @@ -7,8 +7,8 @@ /* * These types contain the property ids for several DRM objects. - * See https://01.org/linuxgraphics/gfx-docs/drm/gpu/drm-kms.html#kms-properties - * for more details. + * For more details, see: + * https://dri.freedesktop.org/docs/drm/gpu/drm-kms.html#kms-properties */ union wlr_drm_connector_props {