Skip to content

Commit 85f5a4f

Browse files
authored
fix: FluentClient docs link (#27)
Signed-off-by: Felipe <felipe@intactus.cl>
1 parent 19d9f02 commit 85f5a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Built upon [fluent-logger-node](https://github.com/fluent/fluent-logger-node).
1515
## Client
1616
`@fluent-org/logger` provides a fully functional client that implements the Forward protocol. It supports reconnection, acknowledgements, timeouts, event retries, and more, and exposes its functionality via a simple typed Promise interface.
1717

18-
For a full list of the client options and methods, see the [FluentClient docs](https://fluent.github.io/fluent-logger-forward-node/classes/fluentclient.html)
18+
For a full list of the client options and methods, see the [FluentClient docs](https://fluent.github.io/fluent-logger-forward-node/classes/FluentClient.html)
1919

2020
### Prerequisites
2121
The fluent daemon should be listening in forward mode.

0 commit comments

Comments
 (0)