docs: Add rbtree documentation to the core-api
[linux-2.6-microblaze.git] / include / linux / rbtree.h
index 1fd61a9..d7db179 100644 (file)
@@ -11,7 +11,7 @@
   I know it's not the cleaner way,  but in C (not in C++) to get
   performances and genericity...
 
-  See Documentation/rbtree.txt for documentation and samples.
+  See Documentation/core-api/rbtree.rst for documentation and samples.
 */
 
 #ifndef        _LINUX_RBTREE_H