summaryrefslogtreecommitdiffstats
path: root/streaming
diff options
context:
space:
mode:
authorTina Luedtke <kickoke@users.noreply.github.com>2022-01-21 12:51:04 -0800
committerGitHub <noreply@github.com>2022-01-21 20:51:04 +0000
commitaa1196151cf6c6d84fb24cd64fdb5c5486f13097 (patch)
tree3493ca8ed5145b15b9ba3ed211281b96fbc0841f /streaming
parent67b1936e161e71eea2ecc1960d265c88a2dfd80e (diff)
Docs Bugfix: Fixed Markdown formatting (#12026)
Diffstat (limited to 'streaming')
-rw-r--r--streaming/README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/streaming/README.md b/streaming/README.md
index eeb85f1b2d..71c1dc289b 100644
--- a/streaming/README.md
+++ b/streaming/README.md
@@ -332,9 +332,10 @@ With the introduction of TLS/SSL, the parent-child communication behaves as show
| Yes|-/force/optional|Yes|yes|The parent-child stream is encrypted.|
### Streaming compression
-<a href="https://github.com/netdata/netdata/releases/latest"><img src="https://img.shields.io/badge/Supported%20Netdata%20Agent-v1.33%2B-brightgreen" alt="Supported version Netdata agent release"></a>
-<a href="https://github.com/netdata/netdata/releases/latest"><img src="https://img.shields.io/badge/Supported%20Netdata%20stream%20version-v5%2B-blue" alt="Supported version Netdata agent release"></a>
+[![Supported version Netdata Agent release](https://img.shields.io/badge/Supported%20Netdata%20Agent-v1.33%2B-brightgreen)](https://github.com/netdata/netdata/releases/latest)
+
+[![Supported version Netdata Agent release](https://img.shields.io/badge/Supported%20Netdata%20stream%20version-v5%2B-blue)](https://github.com/netdata/netdata/releases/latest)
#### OS dependencies
* Streaming compression is based on [lz4 v1.9.0+](https://github.com/lz4/lz4). The [lz4 v1.9.0+](https://github.com/lz4/lz4) library must be installed in your OS in order to enable streaming compression. Any lower version will disable Netdata streaming compression for compatibility purposes between the older versions of Netdata agents.