aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/asset/help.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_core/src/asset/help.rs')
-rw-r--r--mingling_core/src/asset/help.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mingling_core/src/asset/help.rs b/mingling_core/src/asset/help.rs
index 78da1d1..4c20928 100644
--- a/mingling_core/src/asset/help.rs
+++ b/mingling_core/src/asset/help.rs
@@ -2,8 +2,8 @@ use crate::RenderResult;
/// Mingling's program help request.
///
-/// It provides help capability to a program by binding an entry type. When [`Program`]'s `user_context.help` is `true`,
-/// the first Entry produced by [`Dispatcher`] will be sent into [`HelpRequest`] and rendered into a [`RenderResult`] for the user.
+/// It provides help capability to a program by binding an entry type. When [`Program`](https://docs.rs/mingling/latest/mingling/struct.Program.html)'s `user_context.help` is `true`,
+/// the first Entry produced by [`Dispatcher`](https://docs.rs/mingling/latest/mingling/trait.Dispatcher.html) will be sent into [`HelpRequest`] and rendered into a [`RenderResult`] for the user.
///
/// # Manual impl
///