From b89d3bed5cb77b87f1651ba69ee2a86debafba5a Mon Sep 17 00:00:00 2001 From: Imbris Date: Wed, 17 Nov 2021 12:08:52 -0500 Subject: Fix a few doc links --- winit/src/application.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winit') diff --git a/winit/src/application.rs b/winit/src/application.rs index 9d787933..9ae1364d 100644 --- a/winit/src/application.rs +++ b/winit/src/application.rs @@ -22,7 +22,7 @@ use std::mem::ManuallyDrop; /// An interactive, native cross-platform application. /// /// This trait is the main entrypoint of Iced. Once implemented, you can run -/// your GUI application by simply calling [`run`](#method.run). It will run in +/// your GUI application by simply calling [`run`]. It will run in /// its own window. /// /// An [`Application`] can execute asynchronous actions by returning a -- cgit