From 00c618540dd0dd75bd9e3837c304470353c83f83 Mon Sep 17 00:00:00 2001 From: Hirrolot Date: Tue, 8 Feb 2022 03:58:59 +0600 Subject: [PATCH] Fix the broken URL --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 8c3ea617b..0902226cd 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -4,7 +4,7 @@ //! //! For a high-level overview, see [our GitHub repository](https://github.com/teloxide/teloxide). //! -//! ([Full](https://github.com/teloxide/teloxide/blob/master/examples/dices_bot/src/main.rs)) +//! ([Full](https://github.com/teloxide/teloxide/blob/master/examples/dices.rs)) //! ```no_run //! use teloxide::prelude2::*; //!