We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d8fa0b commit b2d1a30Copy full SHA for b2d1a30
scripts/ci/check_compliance.py
@@ -187,7 +187,7 @@ class KconfigCheck(ComplianceTest):
187
for example using undefiend Kconfig variables.
188
"""
189
_name = "Kconfig"
190
- _doc = "https://docs.zephyrproject.org/latest/application/kconfig-tips.html"
+ _doc = "https://docs.zephyrproject.org/latest/tools/kconfig/index.html"
191
192
def run(self):
193
self.prepare()
0 commit comments