Skip to content

Commit e8c7185

Browse files
authored
Fix broken links in README
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
1 parent 0f3eb04 commit e8c7185

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Join the chat at https://gitter.im/python-diamond/Diamond](https://badges.gitter.im/python-diamond/Diamond.svg)](https://gitter.im/python-diamond/Diamond?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
44
[![Build Status](https://travis-ci.org/python-diamond/Diamond.svg?branch=master)](https://travis-ci.org/python-diamond/Diamond)
55

6-
Diamond is a python daemon that collects system metrics and publishes them to [Graphite](handlers/GraphiteHandler.md) (and others).
6+
Diamond is a python daemon that collects system metrics and publishes them to [Graphite](/docs/handlers/GraphiteHandler.md) (and others).
77
It is capable of collecting cpu, memory, network, i/o, load and disk metrics.
88
Additionally, it features an API for implementing custom collectors for gathering metrics from almost any source.
99

@@ -35,7 +35,7 @@ that any new pull requests and issues be cut against python-diamond. We will kee
3535
BrightcoveOS updated and still honor issues/tickets cut on that repo.
3636

3737
## Diamond Related Projects
38-
* [Related Projects](Related-Projects.md)
38+
* [Related Projects](/docs/Related-Projects.md)
3939

4040
## Contact
4141
* IRC [#python-diamond](irc://chat.freenode.net:6667/%23python-diamond) on [freenode](http://www.freenode.net). [Webchat](http://webchat.freenode.net/?channels=python-diamond)

0 commit comments

Comments
 (0)