Skip to content

Commit fe2b843

Browse files
author
Šarūnas Navickas
committed
Link contributors
1 parent 06fe4b7 commit fe2b843

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ What is agent? It is basically a metrics collector for specific service,
55
eg. `oshino-redis` is an agent which runs `info` command as a Redis client,
66
parses received metrics and gives them to `oshino` as events.
77

8-
To make life easier, there's a `cookiecutter` template (oshino-cookiecutter)[https://github.com/CodersOfTheNight/oshino-cookiecutter]
8+
To make life easier, there's a `cookiecutter` template [oshino-cookiecutter](https://github.com/CodersOfTheNight/oshino-cookiecutter)
99
which generates all boilerplate code, you just need to modify it.
1010

11-
Already existing custom agents are mostly listed here: (Third party Agents)[https://github.com/CodersOfTheNight/oshino/blob/master/docs/thirdparty.md]
11+
Already existing custom agents are mostly listed here: [Third party Agents](https://github.com/CodersOfTheNight/oshino/blob/master/docs/thirdparty.md)
1212

1313
Contributing to the Core
1414
========================

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,7 @@ Documentation about additional agents can be found [here](docs/thirdparty.md)
5656
More documentation
5757
==================
5858
More documentation can be found under [docs](docs/index.md) directory
59+
60+
Contributing
61+
============
62+
Refer to [CONTRIBUTING.md](CONTRIBUTING.md)

0 commit comments

Comments
 (0)