diff --git a/crates/egui_plot/README.md b/crates/egui_plot/README.md index f18e570c48a6..f0bc44ac3639 100644 --- a/crates/egui_plot/README.md +++ b/crates/egui_plot/README.md @@ -8,4 +8,4 @@ Immediate mode plotting for [`egui`](https://github.com/emilk/egui). -[**Looking for a maintainer!**](https://github.com/rerun-io/rerun/issues/6629) +[**Looking for a maintainer!**](https://github.com/emilk/egui/issues/4705) diff --git a/crates/egui_plot/src/lib.rs b/crates/egui_plot/src/lib.rs index b5c9a76826c4..7f1e59e2641a 100644 --- a/crates/egui_plot/src/lib.rs +++ b/crates/egui_plot/src/lib.rs @@ -2,7 +2,7 @@ //! //! Check out [`Plot`] for how to get started. //! -//! [**Looking for maintainer!**](https://github.com/rerun-io/rerun/issues/6629) +//! [**Looking for maintainer!**](https://github.com/emilk/egui/issues/4705) //! //! ## Feature flags #![cfg_attr(feature = "document-features", doc = document_features::document_features!())]