Skip to content
Closed
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 @@ -21,11 +21,11 @@ Immediate mode 2D plotting library for [`egui`](https://crates.io/crates/https:/

## Plotting libraries in Rust

To view a list of plotting libraries in Rust, see [notes on Rust plotting ecosystem](ECOSYSTEM.md).
To view a list of plotting libraries in Rust, see [notes on Rust plotting ecosystem](https://github.com/emilk/egui_plot/blob/main/ECOSYSTEM.md).

## Contributing

Please see [CONTRIBUTING.md](CONTRIBUTING.md) and [WELCOME_CONTRIBUTIONS.md](WELCOME_CONTRIBUTIONS.md)
Please see [CONTRIBUTING.md](https://github.com/emilk/egui_plot/blob/main/CONTRIBUTING.md) and [WELCOME_CONTRIBUTIONS.md](https://github.com/emilk/egui_plot/blob/main/WELCOME_CONTRIBUTIONS.md)

## History

Expand Down
Loading