Skip to content

Commit b2d1a30

Browse files
ulfalizernashif
authored andcommitted
checks: kconfig: Fix link to best practices page
Current link gives a 404. Signed-off-by: Ulf Magnusson <[email protected]>
1 parent 7d8fa0b commit b2d1a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/check_compliance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ class KconfigCheck(ComplianceTest):
187187
for example using undefiend Kconfig variables.
188188
"""
189189
_name = "Kconfig"
190-
_doc = "https://docs.zephyrproject.org/latest/application/kconfig-tips.html"
190+
_doc = "https://docs.zephyrproject.org/latest/tools/kconfig/index.html"
191191

192192
def run(self):
193193
self.prepare()

0 commit comments

Comments
 (0)