python-diamond / Diamond

Diamond is a python daemon that collects system metrics and publishes them to Graphite (and others). It is capable of collecting cpu, memory, network, i/o, load and disk metrics. Additionally, it features an API for implementing custom collectors for gathering metrics from almost any source.
http://diamond.readthedocs.org/
MIT License
1.74k stars 602 forks source link

Fix broken links in README #744

Open dotgourav opened 4 years ago

dotgourav commented 4 years ago

Fixed broken links in Symlinked README.

The issue is caused due to use of relative path which is not followed in the symlinked README.

Closes #704

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 24.394% when pulling e8c718594b120d5f7265b4b9a3a9ee223683b64d on Gouravchawla:patch-1 into 0f3eb04327d6d3ed5e53a9967d6c9d2c09714a47 on python-diamond:master.

shortdudey123 commented 2 years ago

Are you sure this won't break the readthedocs page?