diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2019-01-11 03:48:14 +0100 |
---|---|---|
committer | Robin Krahl <robin.krahl@ireas.org> | 2019-01-11 03:48:14 +0100 |
commit | 3b1b083182aa8662815478db092be4358e467a7e (patch) | |
tree | 25d43ae1dc0056b5539366457fd06aff066d9579 | |
parent | 86d4aa6d40727e47c2d62bcc644c643017243b3e (diff) | |
download | dialog-rs-3b1b083182aa8662815478db092be4358e467a7e.tar.gz dialog-rs-3b1b083182aa8662815478db092be4358e467a7e.tar.bz2 |
Fix links in crate documentation
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -72,6 +72,8 @@ //! [`Message`]: struct.Message.html //! [`Password`]: struct.Password.html //! [`Question`]: struct.Question.html +//! [`Stdio`]: backends/struct.Stdio.html +//! [`Zenity`]: backends/struct.Zenity.html //! [`default_backend`]: fn.default_backend.html //! [`show`]: trait.DialogBox.html#method.show //! [`show_with`]: trait.DialogBox.html#method.show_with |