diff options
author | Simon Ser <contact@emersion.fr> | 2024-02-21 12:02:47 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2024-02-21 12:03:37 +0100 |
commit | d8f4a3d78c6eaf090c101de8a5a9b1bd85a369e4 (patch) | |
tree | c5173caad8ee184e1c3b52a962c46eac11062bc6 | |
parent | cf7b91cc5fb02836956ea4323a4230171edea5e2 (diff) |
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.
-rw-r--r-- | include/backend/drm/properties.h | 4 |
1 files 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 { |