From de2974f0529936e5431f4cac524a5b26da9e6119 Mon Sep 17 00:00:00 2001 From: Hirrolot Date: Mon, 21 Mar 2022 22:10:45 +0600 Subject: [PATCH] Correct open issue suggestion (`dispatching2`) --- src/dispatching2/dispatcher.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dispatching2/dispatcher.rs b/src/dispatching2/dispatcher.rs index 56d7699f..b4c83d7e 100644 --- a/src/dispatching2/dispatcher.rs +++ b/src/dispatching2/dispatcher.rs @@ -224,7 +224,7 @@ where log::error!( "Cannot parse an update.\nError: {:?}\n\ This is a bug in teloxide-core, please open an issue here: \ - https://github.com/teloxide/teloxide-core/issues.", + https://github.com/teloxide/teloxide/issues.", err, ); return;