Skip to content

Commit

Permalink
chore: adjust deadlink
Browse files Browse the repository at this point in the history
  • Loading branch information
lvlcn-t committed Feb 24, 2024
1 parent 7b46e84 commit 35babc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Loggerhead is a versatile and extendable logging library for Go, designed to enh
To start using Loggerhead, install the package using:

```bash
go get github.com/lvlcn-t/[email protected].0
go get github.com/lvlcn-t/[email protected].3
```

### Basic Usage
Expand Down Expand Up @@ -136,11 +136,11 @@ http.Handle("/", logger.Middleware(context.Background())(handler))

Loggerhead is designed to be extendable. Developers can write their own log handling functions, customize log formats, and integrate with different logging backends or systems.

For further examples and detailed usage, please refer to the [_tbd_](./examples) directory in our repository.
For further examples and detailed usage, please refer to the [examples](./examples) directory in our repository.

## Contributing

Contributions are welcome! Please refer to the [CONTRIBUTING](#CONTRIBUTING.md) file for guidelines on how to contribute to this project.
Contributions are welcome! Please refer to the [CONTRIBUTING](CONTRIBUTING.md) file for guidelines on how to contribute to this project.

## License
This library is licensed under the [MIT License](LICENSE), see the LICENSE file for details.

0 comments on commit 35babc1

Please sign in to comment.