diff mbox series

[2/2] tools: buildman: Fix doc path in warning message

Message ID 20220301034950.30849-3-krjdev@gmail.com
State Accepted, archived
Commit 17b8cb635371dc99b1cca26f2a97527c63bdc8a4
Delegated to: Heinrich Schuchardt
Headers show
Series Fix doc path in warning message | expand

Commit Message

Johannes Krottmayer March 1, 2022, 3:49 a.m. UTC
Fix documentation path in deprecated warning message about device
driver.

Signed-off-by: Johannes Krottmayer <krjdev@gmail.com>
---
 tools/buildman/test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/tools/buildman/test.py b/tools/buildman/test.py
index 714bb3e4f9..27287438ee 100644
--- a/tools/buildman/test.py
+++ b/tools/buildman/test.py
@@ -37,7 +37,7 @@  migration = '''===================== WARNING ======================
 This board does not use CONFIG_DM. CONFIG_DM will be
 compulsory starting with the v2020.01 release.
 Failure to update may result in board removal.
-See doc/driver-model/migration.rst for more info.
+See doc/develop/driver-model/migration.rst for more info.
 ====================================================
 '''