diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8167335..27c4548 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -70,10 +70,6 @@ documentation, following the format `{service}_{api}.go`. For example, methods defined at live in [repos_hooks.go][]. -Sub-service (e.g. [Repo Hooks][]) implementations are split into separate files -based on the APIs they provide. These files are named service_api.go (e.g. -repos_hooks.go) to describe the API to service mappings. - [GitHub API documentation]: http://developer.github.com/v3/ [repos_hooks.go]: https://github.com/google/go-github/blob/master/github/repos_hooks.go