diff options
Diffstat (limited to 'libnetdata/buffer/README.md')
-rw-r--r-- | libnetdata/buffer/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libnetdata/buffer/README.md b/libnetdata/buffer/README.md index a7cfef89d..48072e96e 100644 --- a/libnetdata/buffer/README.md +++ b/libnetdata/buffer/README.md @@ -8,4 +8,5 @@ Also, they are super fast in printing and appending data to the string and its ` is just a lookup (it does not traverse the string). Netdata uses `BUFFER`s for preparing web responses and buffering data to be sent upstream or -to backend databases.
\ No newline at end of file +to backend databases. +[]() |