Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: readme link to license #7

Merged
merged 1 commit into from
Jun 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Rust API stability attributes for the rest of us.

[![Crates.io](https://img.shields.io/crates/v/instability.svg)](https://crates.io/crates/instability)
[![Documentation](https://docs.rs/instability/badge.svg)][documentation]
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.md)
![Minimum supported Rust version](https://img.shields.io/badge/rustc-1.61+-yellow.svg)
[![Build](https://github.com/ratatui-org/instability/workflows/Check/badge.svg)](https://github.com/ratatui-org/instability/actions)
[![Build](https://github.com/ratatui-org/instability/workflows/Test/badge.svg)](https://github.com/ratatui-org/instability/actions)
Expand Down Expand Up @@ -43,6 +43,6 @@ The current release is only guaranteed to work with the latest stable Rust compi

## License

This project's source code and documentation are licensed under the MIT license. See the [LICENSE](LICENSE) file for details.
This project's source code and documentation are licensed under the MIT license. See the [LICENSE](LICENSE.md) file for details.

[documentation]: https://docs.rs/instability