diff --git a/README.md b/README.md index 934f3b91..6d02814e 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ libraryDependencies += "dev.zio" %% "zio-logging" % "2.2.1" The main module contains the following features: * [console loggers](docs/console-logger.md) * [file loggers](docs/file-logger.md) +* [reconfigurable logger](docs/reconfigurable-logger.md) * [log metrics](docs/metrics.md) @@ -122,11 +123,11 @@ Learn more on the [zio-logging homepage](https://zio.dev/zio-logging)! ## Contributing -For the general guidelines, see ZIO [contributor's guide](https://zio.dev/about/contributing). +For the general guidelines, see ZIO [contributor's guide](https://zio.dev/contributor-guidelines/). ## Code of Conduct -See the [Code of Conduct](https://zio.dev/about/code-of-conduct) +See the [Code of Conduct](https://zio.dev/code-of-conduct/) ## Support