Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit 3eb5e4c

Browse files
Update README.md
1 parent 6e063a4 commit 3eb5e4c

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

README.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -106,24 +106,14 @@ The following are not fully implemented yet.
106106
To add a new integration, you'll need to create a new `Service` subclass. Please
107107
use existing services as an example:
108108

109-
- Chat service examples: [hipchat][], [campfire][]
110-
- Issue tracker examples: [github_issues][], [lighthouse][]
111-
112-
[hipchat]: /codeclimate/codeclimate-services/blob/master/lib/cc/services/hipchat.rb
113-
[campfire]: /codeclimate/codeclimate-services/blob/master/lib/cc/services/campfire.rb
114-
[github_issues]: /codeclimate/codeclimate-services/blob/master/lib/cc/services/github_issues.rb
115-
[lighthouse]: /codeclimate/codeclimate-services/blob/master/lib/cc/services/lighthouse.rb
109+
- Chat service examples: [hipchat](lib/cc/services/hipchat.rb), [campfire](lib/cc/services/campfire.rb)
110+
- Issue tracker examples: [github_issues](lib/cc/services/github_issues.rb), [lighthouse](lib/cc/services/lighthouse.rb)
116111

117112
Ensure that your class implements `#receive_test`. It must handle any exceptions
118113
and always return a hash of `{ ok: true|false, message: "String (HTML ok)" }`.
119-
[Example][test_example].
120-
121-
[test_example]: /codeclimate/codeclimate-services/blob/master/lib/cc/services/jira.rb#L31
114+
[Example](lib/cc/services/jira.rb#L31).
122115

123116
When you open your PR, please include an image for your service.
124-
[Example][service_avatar].
125-
126-
[service_avatar]: https://codeclimate.com/assets/integration_icons/campfire-9f0475f77133a3ff5267972436dead60.png
127117

128118
## License
129119

0 commit comments

Comments
 (0)