Skip to content

Commit

Permalink
Fix broken link to client.go in API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
richardTowers authored and tomwilkie committed Feb 9, 2019
1 parent 7527487 commit b17757a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The Loki server has the following API endpoints (_Note:_ Authentication is out o
For sending log entries, expects a snappy compressed proto in the HTTP Body:

- [ProtoBuffer definition](/pkg/logproto/logproto.proto)
- [Golang client library](/pkg/promtail/client.go)
- [Golang client library](/pkg/promtail/client/client.go)

Also accepts JSON formatted requests when the header `Content-Type: application/json` is sent. Example of the JSON format:

Expand Down

0 comments on commit b17757a

Please sign in to comment.