We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7b5dec commit b18cc3eCopy full SHA for b18cc3e
cmk/gui/wato/_ac_tests.py
@@ -1345,12 +1345,12 @@ def help(self) -> str:
1345
" Plug-in files in this folder are ignored."
1346
" Please migrate the plug-ins to the new API."
1347
" More information can be found in"
1348
- " <a href='%s'>Werk #%d</a> and our"
+ " <a href='%s'>%s</a> and our"
1349
" <a href='%s'>User Guide</a>."
1350
) % (
1351
+ "/".join(local_agent_based_plugins_dir.parts[-4:]),
1352
werk_reference_url(WerkReference.DECOMMISSION_V1_API),
1353
WerkReference.DECOMMISSION_V1_API.ref(),
- "/".join(local_agent_based_plugins_dir.parts[-4:]),
1354
doc_reference_url(DocReference.DEVEL_CHECK_PLUGINS),
1355
)
1356
0 commit comments