Skip to content

Commit 3bdde04

Browse files
committed
reduce line length
1 parent f989ad7 commit 3bdde04

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

examples/basic_auth/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ This example shows how to run NGINX Prometheus Exporter with web configuration.
44
configuration `web-config.yml` that enables basic authentication. It is configured to have a single user `alice` with
55
password `password`.
66

7-
See the full documentation of the [web configuration](https://github.com/prometheus/exporter-toolkit/blob/master/docs/web-configuration.md) for more details.
7+
See the full documentation of the
8+
[web configuration](https://github.com/prometheus/exporter-toolkit/blob/master/docs/web-configuration.md) for more details.
89

910
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
1011
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

examples/tls/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ This example shows how to run NGINX Prometheus Exporter with web configuration.
44
configuration `web-config.yml` that enables TLS and specifies the path to the TLS certificate and key files.
55
Additionally, there are two example TLS files `server.crt` and `server.key` that are used in the configuration.
66

7-
See the full documentation of the [web configuration](https://github.com/prometheus/exporter-toolkit/blob/master/docs/web-configuration.md) for more details.
7+
See the full documentation of the
8+
[web configuration](https://github.com/prometheus/exporter-toolkit/blob/master/docs/web-configuration.md) for more details.
89

910
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
1011
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

0 commit comments

Comments
 (0)