Fix "looking for maintainer" link

This commit is contained in:
Emil Ernerfeldt 2024-06-25 09:31:56 +02:00
parent db811847c0
commit 5a6d68c5f6
2 changed files with 2 additions and 2 deletions

View File

@ -8,4 +8,4 @@
Immediate mode plotting for [`egui`](https://github.com/emilk/egui). 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)

View File

@ -2,7 +2,7 @@
//! //!
//! Check out [`Plot`] for how to get started. //! 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 //! ## Feature flags
#![cfg_attr(feature = "document-features", doc = document_features::document_features!())] #![cfg_attr(feature = "document-features", doc = document_features::document_features!())]