Skip to content

Commit f4240bf

Browse files
MaxDesiatovtomerd
authored andcommitted
Add internal section link to README.md (apple#71)
1 parent ea3eea9 commit f4240bf

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
@@ -50,7 +50,7 @@ logger.info("Hello World!")
5050
LoggingSystem.bootstrap(StreamLogHandler.standardError)
5151
```
5252

53-
`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.
53+
`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).
5454

5555
For further information, please check the [API documentation][api-docs].
5656

0 commit comments

Comments
 (0)