We neglected to update MAINTAINERS when we split of the testing docs. Commit 97b091c88f (MAINTAINERS: Update the paths to the testing documentation files, 2025-06-10) updated it belatedly, but missed one line. Correct that now.
Fixes: ff41da5030 (docs/devel: Split testing docs from the build docs and move to separate folder, 2024-08-30) Cc: Alex Bennée <[email protected]> Cc: Pierrick Bouvier <[email protected]> Signed-off-by: Markus Armbruster <[email protected]> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index ca86e1410b..e13939589a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4491,7 +4491,7 @@ F: .github/workflows/lockdown.yml F: .gitlab-ci.yml F: .gitlab-ci.d/ F: .travis.yml -F: docs/devel/ci* +F: docs/devel/testing/ci* F: scripts/ci/ F: tests/docker/ F: tests/vm/ -- 2.54.0
