@cryptotaxi247 / netdata-1 / commits / 44a9dfea0

Docs: Fixed figure+image without closing tag (#8177)

* Fixed images without closing tag * Smush a and n * Caught one more

Joel Hans committed Feb 24, 2020 at 13:59 UTC 44a9dfea08a51cdd37dd79625c218b387572478e
2 files changed +3 -3
collectors/ebpf_process.plugin/README.md
+1 -1
@@ -4,7 +4,7 @@ This collector plugin uses eBPF to monitor system calls inside your operating sy
4 this plugin is to monitor IO and process management on the host where it is running.
5
6 <figure>
7 - <img src="https://user-images.githubusercontent.com/1153921/74746434-ad6a1e00-5222-11ea-858a-a7882617ae02.png" alt="n example of VFS charts, made possible by the eBPF collector plugin">
7 + <img src="https://user-images.githubusercontent.com/1153921/74746434-ad6a1e00-5222-11ea-858a-a7882617ae02.png" alt="An example of VFS charts, made possible by the eBPF collector plugin" />
8 <figcaption>An example of VFS charts, made possible by the eBPF collector plugin</figcaption>
9 </figure>
10
docs/tutorials/monitor-cockroachdb.md
+2 -2
@@ -30,7 +30,7 @@ method](../getting-started.md#start-stop-and-restart-netdata) for your system, a
30 CockroachDB metrics in your Netdata dashboard!
31
32 <figure>
33 - <img src="https://user-images.githubusercontent.com/1153921/73564467-d7e36b00-441c-11ea-9ec9-b5d5ea7277d4.png" alt="CPU utilization charts from a CockroachDB database monitored by Netdata">
33 + <img src="https://user-images.githubusercontent.com/1153921/73564467-d7e36b00-441c-11ea-9ec9-b5d5ea7277d4.png" alt="CPU utilization charts from a CockroachDB database monitored by Netdata" />
34 <figcaption>CPU utilization charts from a CockroachDB database monitored by Netdata</figcaption>
35 </figure>
36
@@ -86,7 +86,7 @@ charts for each job. Once you've edited `cockroachdb.conf` according to the need
86 Netdata to see your new charts.
87
88 <figure>
89 - <img src="https://user-images.githubusercontent.com/1153921/73564469-d7e36b00-441c-11ea-8333-02ba0e1c294c.png" alt="Charts showing a node failure during a simulated test">
89 + <img src="https://user-images.githubusercontent.com/1153921/73564469-d7e36b00-441c-11ea-8333-02ba0e1c294c.png" alt="Charts showing a node failure during a simulated test" />
90 <figcaption>Charts showing a node failure during a simulated test</figcaption>
91 </figure>
92