diff options
Diffstat (limited to 'include/backend/drm/properties.h')
-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 { |