docs: filesystems: fix renamed references
[linux-block.git] / Documentation / driver-api / driver-model / device.rst
index 2b868d49d3492d6ea3f563ccca5e1757eabea7c9..b9b022371e856e831a4c080cbea63e104b97cb01 100644 (file)
@@ -50,10 +50,10 @@ Attributes
 
 Attributes of devices can be exported by a device driver through sysfs.
 
-Please see Documentation/filesystems/sysfs.txt for more information
+Please see Documentation/filesystems/sysfs.rst for more information
 on how sysfs works.
 
-As explained in Documentation/kobject.txt, device attributes must be
+As explained in Documentation/core-api/kobject.rst, device attributes must be
 created before the KOBJ_ADD uevent is generated. The only way to realize
 that is by defining an attribute group.