Github user nickwallen commented on the issue:
https://github.com/apache/metron/pull/780
> @justinleet: Sidenote, does anybody know how to actually link to a head
in a different doc? Anything inside the same doc works fine, but across docs
would be better.
The following example is used to link from the Profiler Client README to a
section in the Profiler README. Is this what you are looking for?
```
[Getting Started](../metron-profiler#getting-started)
```---
