summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Hans <joel@netdata.cloud>2020-02-24 13:59:49 -0700
committerGitHub <noreply@github.com>2020-02-24 12:59:49 -0800
commit44a9dfea08a51cdd37dd79625c218b387572478e (patch)
tree5454d9da953a09bd00d806c9cab439ed7fc2ae1a
parent92cdd3764990e642069fda6785f43f3bd53f1863 (diff)
Docs: Fixed figure+image without closing tag (#8177)
* Fixed images without closing tag * Smush a and n * Caught one more
-rw-r--r--collectors/ebpf_process.plugin/README.md2
-rw-r--r--docs/tutorials/monitor-cockroachdb.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/collectors/ebpf_process.plugin/README.md b/collectors/ebpf_process.plugin/README.md
index 29b009a127..d954355be3 100644
--- a/collectors/ebpf_process.plugin/README.md
+++ b/collectors/ebpf_process.plugin/README.md
@@ -4,7 +4,7 @@ This collector plugin uses eBPF to monitor system calls inside your operating sy
this plugin is to monitor IO and process management on the host where it is running.
<figure>
- <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">
+ <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" />
<figcaption>An example of VFS charts, made possible by the eBPF collector plugin</figcaption>
</figure>
diff --git a/docs/tutorials/monitor-cockroachdb.md b/docs/tutorials/monitor-cockroachdb.md
index 7850a693f4..161ce473c2 100644
--- a/docs/tutorials/monitor-cockroachdb.md
+++ b/docs/tutorials/monitor-cockroachdb.md
@@ -30,7 +30,7 @@ method](../getting-started.md#start-stop-and-restart-netdata) for your system, a
CockroachDB metrics in your Netdata dashboard!
<figure>
- <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">
+ <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" />
<figcaption>CPU utilization charts from a CockroachDB database monitored by Netdata</figcaption>
</figure>
@@ -86,7 +86,7 @@ charts for each job. Once you've edited `cockroachdb.conf` according to the need
Netdata to see your new charts.
<figure>
- <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">
+ <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" />
<figcaption>Charts showing a node failure during a simulated test</figcaption>
</figure>