From f4240bf022a69815241a883c03645444b58ac553 Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Mon, 6 May 2019 04:34:31 +0100 Subject: [PATCH] Add internal section link to README.md (#71) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e4a0988..4fec3ff8 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ logger.info("Hello World!") LoggingSystem.bootstrap(StreamLogHandler.standardError) ``` -`StreamLogHandler` is primarily a convenience only and does not provide any substantial customization. Library maintainers who aim to build their own logging backends for integration and consumption should implement the `LogHandler` protocol directly as laid out in the "On the implementation of a logging backend" section. +`StreamLogHandler` is primarily a convenience only and does not provide any substantial customization. Library maintainers who aim to build their own logging backends for integration and consumption should implement the `LogHandler` protocol directly as laid out in [the "On the implementation of a logging backend" section](#on-the-implementation-of-a-logging-backend-a-loghandler). For further information, please check the [API documentation][api-docs].