Skip to content

Commit 9510231

Browse files
committed
fix(xml): add missing CONTRIBUTING link and fix module docstring
1 parent 3252869 commit 9510231

File tree

1 file changed

+3
-1
lines changed
  • check-plugins/xml

1 file changed

+3
-1
lines changed

check-plugins/xml/xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
# https://www.linuxfabrik.ch/
77
# License: The Unlicense, see LICENSE file.
88

9-
"""Have a look at the check's README for further details"""
9+
# https://github.com/Linuxfabrik/monitoring-plugins/blob/main/CONTRIBUTING.md
10+
11+
"""See the check's README for more details."""
1012

1113
import argparse
1214
import base64

0 commit comments

Comments
 (0)