diff --git a/README.md b/README.md index 29b1d901..82d460ab 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -muda is a Menu Utilities library for Desktop Applications. +### muda + +Menu Utilities library for Desktop Applications. + +[![Documentation](https://img.shields.io/docsrs/muda)](https://docs.rs/muda/latest/muda/) ## Platforms supported: diff --git a/src/about_metadata.rs b/src/about_metadata.rs index 7c086e1c..f5bc0688 100644 --- a/src/about_metadata.rs +++ b/src/about_metadata.rs @@ -79,7 +79,7 @@ impl AboutMetadata { /// - [`AboutMetadata::authors`] (from `CARGO_PKG_AUTHORS`) /// - [`AboutMetadata::comments`] (from `CARGO_PKG_DESCRIPTION`) /// - [`AboutMetadata::license`] (from `CARGO_PKG_LICENSE`) - /// - [`AboutMetadata::homepage`] (from `CARGO_PKG_HOMEPAGE`) + /// - [`AboutMetadata::website`] (from `CARGO_PKG_HOMEPAGE`) /// /// [cargo]: https://doc.rust-lang.org/cargo/reference/environment-variables.html#environment-variables-cargo-sets-for-crates pub fn from_cargo_metadata() -> Self { diff --git a/src/lib.rs b/src/lib.rs index 95be5684..0d9029b3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -16,7 +16,7 @@ //! //! - On Windows, accelerators don't work unless the win32 message loop calls //! [`TranslateAcceleratorW`](https://docs.rs/windows-sys/latest/windows_sys/Win32/UI/WindowsAndMessaging/fn.TranslateAcceleratorW.html). -//! See [`Menu::init_for_hwnd`](https://docs.rs/muda/latest/muda/struct.Menu.html#method.init_for_hwnd) for more details +//! See [`Menu::init_for_hwnd`](https://docs.rs/muda/latest/x86_64-pc-windows-msvc/muda/struct.Menu.html#method.init_for_hwnd) for more details //! //! # Dependencies (Linux Only) //!