Skip to content

Commit

Permalink
readme - fix contributing and code of conduct links (#813)
Browse files Browse the repository at this point in the history
  • Loading branch information
justcoon authored Feb 18, 2024
1 parent 89928ca commit f17d783
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down Expand Up @@ -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

Expand Down

0 comments on commit f17d783

Please sign in to comment.