From 58748256244788b758dae65b5f9a7cabd7f21953 Mon Sep 17 00:00:00 2001 From: Sven Rebhan <36194019+srebhan@users.noreply.github.com> Date: Tue, 30 May 2023 19:13:54 +0200 Subject: [PATCH] docs: Fix markdownlinter issues (#13365) --- CONTRIBUTING.md | 2 +- plugins/inputs/bind/README.md | 2 +- plugins/outputs/clarify/README.md | 7 +++---- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a56a10457..81a1420ec 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -54,7 +54,7 @@ Check out our [guidelines](/docs/EXTERNAL_PLUGINS.md#external-plugin-guidelines) ## Security Vulnerability Reporting InfluxData takes security and our users' trust very seriously. If you believe you have found a security issue in any of our -open source projects, please responsibly disclose it by contacting security@influxdata.com. More details about +open source projects, please responsibly disclose it by contacting `security@influxdata.com`. More details about security vulnerability reporting, including our GPG key, [can be found here](https://www.influxdata.com/how-to-report-security-vulnerabilities/). diff --git a/plugins/inputs/bind/README.md b/plugins/inputs/bind/README.md index da89967a5..127c0cf2a 100644 --- a/plugins/inputs/bind/README.md +++ b/plugins/inputs/bind/README.md @@ -41,7 +41,7 @@ See the [CONFIGURATION.md][CONFIGURATION.md] for more details. - **urls** []string: List of BIND statistics channel URLs to collect from. Do not include a trailing slash in the URL. - Default is "http://localhost:8053/xml/v3". + Default is `http://localhost:8053/xml/v3`. - **gather_memory_contexts** bool: Report per-context memory statistics. - **gather_views** bool: Report per-view query statistics. - **timeout** Timeout for http requests made by bind (example: "4s"). diff --git a/plugins/outputs/clarify/README.md b/plugins/outputs/clarify/README.md index 590be1bc2..df885d186 100644 --- a/plugins/outputs/clarify/README.md +++ b/plugins/outputs/clarify/README.md @@ -19,14 +19,14 @@ See the [CONFIGURATION.md][CONFIGURATION.md] for more details. [[outputs.clarify]] ## Credentials File (Oauth 2.0 from Clarify integration) credentials_file = "/path/to/clarify/credentials.json" - + ## Clarify username password (Basic Auth from Clarify integration) username = "i-am-bob" password = "secret-password" - + ## Timeout for Clarify operations # timeout = "20s" - + ## Optional tags to be included when generating the unique ID for a signal in Clarify # id_tags = [] # clarify_id_tag = 'clarify_input_id' @@ -83,5 +83,4 @@ temperature,host=demo.clarifylocal,sensor=TC0P value=49 1682670910000000000 ``` [clarify]: https://clarify.io -[clarifydoc]: https://docs.clarify.io [credentials]: https://docs.clarify.io/users/admin/integrations/credentials