mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 22:46:39 +01:00
Merge pull request #552 from teloxide/correct-open-issue-suggestion
Correct open issue suggestion
This commit is contained in:
commit
3561ca5068
2 changed files with 2 additions and 2 deletions
|
@ -427,7 +427,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,
|
||||
);
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue