summaryrefslogtreecommitdiffstats
path: root/src/result.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/result.rs')
-rw-r--r--src/result.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/result.rs b/src/result.rs
index 2f05a6a9..ef565bd6 100644
--- a/src/result.rs
+++ b/src/result.rs
@@ -2,5 +2,5 @@ use crate::Error;
/// The result of running an [`Application`].
///
-/// [`Application`]: trait.Application.html
+/// [`Application`]: crate::Application
pub type Result = std::result::Result<(), Error>;