tools: buildman: Fix doc path in warning message

Fix documentation path in deprecated warning message about device
driver.

Signed-off-by: Johannes Krottmayer <krjdev@gmail.com>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
Johannes Krottmayer 2022-03-01 04:49:51 +01:00 committed by Heinrich Schuchardt
parent 1840ce5f38
commit 17b8cb6353

View file

@ -37,7 +37,7 @@ migration = '''===================== WARNING ======================
This board does not use CONFIG_DM. CONFIG_DM will be This board does not use CONFIG_DM. CONFIG_DM will be
compulsory starting with the v2020.01 release. compulsory starting with the v2020.01 release.
Failure to update may result in board removal. 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.
==================================================== ====================================================
''' '''