diff options
author | Stephan Sokolow <http://www.ssokolow.com/ContactMe> | 2019-10-24 20:37:03 -0400 |
---|---|---|
committer | Robin Krahl <robin.krahl@ireas.org> | 2019-10-25 22:32:57 +0200 |
commit | 9a2e1124bc97a003ad8916a17653ff2d1fa4250d (patch) | |
tree | 037af5641f6a05ff61e77e6fdcaa8d5f4e7a6e78 /src | |
parent | a23de9787bccde4b6244312f04cb7cfc3b528db6 (diff) | |
download | dialog-rs-9a2e1124bc97a003ad8916a17653ff2d1fa4250d.tar.gz dialog-rs-9a2e1124bc97a003ad8916a17653ff2d1fa4250d.tar.bz2 |
Fix broken link in `backends` documentation
(Revealed by cargo-deadlinks)
Diffstat (limited to 'src')
-rw-r--r-- | src/backends/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backends/mod.rs b/src/backends/mod.rs index d5dac1c..f69322f 100644 --- a/src/backends/mod.rs +++ b/src/backends/mod.rs @@ -23,7 +23,7 @@ use crate::Result; /// backend and create an instance manually. To use a backend, pass it to the [`show_with`][] /// method of a dialog box. /// -/// [`default_backend`]: ../function.default_backend.html +/// [`default_backend`]: ../fn.default_backend.html /// [`show_with`]: ../trait.DialogBox.html#method.show_with pub trait Backend { /// Shows the given input dialog and returns the input. |