Merge tag 'docs-5.3' of git://git.lwn.net/linux
[linux-2.6-block.git] / Documentation / vm / numa.rst
index 0d830edae8fe29237c65c8b46862f539b7516650..130f3cfa1c198f46bfc2864be17978c23962ecb6 100644 (file)
@@ -99,7 +99,7 @@ Local allocation will tend to keep subsequent access to the allocated memory
 as long as the task on whose behalf the kernel allocated some memory does not
 later migrate away from that memory.  The Linux scheduler is aware of the
 NUMA topology of the platform--embodied in the "scheduling domains" data
-structures [see Documentation/scheduler/sched-domains.txt]--and the scheduler
+structures [see Documentation/scheduler/sched-domains.rst]--and the scheduler
 attempts to minimize task migration to distant scheduling domains.  However,
 the scheduler does not take a task's NUMA footprint into account directly.
 Thus, under sufficient imbalance, tasks can migrate between nodes, remote