Skip to content

Commit ffe33fa

Browse files
committed
fix link in readme
1 parent ff79476 commit ffe33fa

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,11 @@ slog.SetDefault(slog.New(handler))
4848

4949
## devlog/log
5050

51-
To complement `devlog`'s output handling, the [`devlog/log`](https://pkg.go.dev/hermannm.dev/devlog)
52-
subpackage provides input handling. It is a thin wrapper over the `slog` package, with utility
53-
functions for log message formatting.
51+
To complement `devlog`'s output handling, the
52+
[`devlog/log`](https://pkg.go.dev/hermannm.dev/devlog/log) subpackage provides input handling. It is
53+
a thin wrapper over the `slog` package, with utility functions for log message formatting.
5454

5555
## Credits
5656

57-
- [Jonathan Amsterdam](https://github.com/jba) for his fantastic [Guide to Writing `slog` Handlers](https://github.com/golang/example/blob/1d6d2400d4027025cb8edc86a139c9c581d672f7/slog-handler-guide/README.md)
57+
- [Jonathan Amsterdam](https://github.com/jba) for his fantastic
58+
[Guide to Writing `slog` Handlers](https://github.com/golang/example/blob/1d6d2400d4027025cb8edc86a139c9c581d672f7/slog-handler-guide/README.md)

0 commit comments

Comments
 (0)