Skip to content

Commit

Permalink
Fix doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
djaglowski committed Jul 7, 2020
1 parent a3ac7f1 commit ea4d4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ For instance, a user may read lines from a file using the `file_input` plugin. F
For more information on what plugins are available and how to configure them, take a look at our [documentation](/docs/README.md).

## Can I write my own plugins?
Yes! You can [compose builtin plugins](/docs/composing_plugins.md).
Yes! You can [compose builtin plugins](/docs/plugins.md).

## Can I route logs through a proxy server?
Yes. The agent will respect `http_proxy` and `https_proxy` environment variables, as defined in Golang's [net/http](https://golang.org/pkg/net/http/#ProxyFromEnvironment) package.
Expand Down

0 comments on commit ea4d4e6

Please sign in to comment.