fix xdg doc link

This commit is contained in:
Christian Meissl 2021-11-22 20:59:43 +01:00 committed by Victor Berger
parent 81f1e8b84d
commit c34a0dd4a5
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
//!
//! Smithay currently provides two of them:
//!
//! - The [`xdg`](xdg/index.hmtl) module provides handlers for the `xdg_shell` protocol, which is
//! - The [`xdg`](xdg/index.html) module provides handlers for the `xdg_shell` protocol, which is
//! the current standard for desktop apps
//! - The [`legacy`](legacy/index.html) module provides handlers for the `wl_shell` protocol, which
//! is now deprecated. You only need it if you want to support apps predating `xdg_shell`.