Skip to content

Commit b18cc3e

Browse files
si-23TimotheusBachinger
authored andcommitted
Fix ACTest help
Change-Id: I9cbe8d6fc87c1fa81849523bfea164e7b2321088
1 parent a7b5dec commit b18cc3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: cmk/gui/wato/_ac_tests.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1345,12 +1345,12 @@ def help(self) -> str:
13451345
" Plug-in files in this folder are ignored."
13461346
" Please migrate the plug-ins to the new API."
13471347
" More information can be found in"
1348-
" <a href='%s'>Werk #%d</a> and our"
1348+
" <a href='%s'>%s</a> and our"
13491349
" <a href='%s'>User Guide</a>."
13501350
) % (
1351+
"/".join(local_agent_based_plugins_dir.parts[-4:]),
13511352
werk_reference_url(WerkReference.DECOMMISSION_V1_API),
13521353
WerkReference.DECOMMISSION_V1_API.ref(),
1353-
"/".join(local_agent_based_plugins_dir.parts[-4:]),
13541354
doc_reference_url(DocReference.DEVEL_CHECK_PLUGINS),
13551355
)
13561356

0 commit comments

Comments
 (0)