mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 06:51:01 +01:00
Fix broken links in the docs
This commit is contained in:
parent
8d9efbe67c
commit
54135aae3c
2 changed files with 2 additions and 2 deletions
|
@ -589,7 +589,7 @@ impl Bot {
|
|||
/// # Params
|
||||
/// - `file_id`: File identifier to get info about.
|
||||
///
|
||||
/// [`File`]: crate::types::file
|
||||
/// [`File`]: crate::types::File
|
||||
/// [`GetFile`]: self::GetFile
|
||||
pub fn get_file<F>(&self, file_id: F) -> GetFile
|
||||
where
|
||||
|
|
|
@ -24,7 +24,7 @@ use crate::{
|
|||
///
|
||||
/// [The official docs](https://core.telegram.org/bots/api#getfile).
|
||||
///
|
||||
/// [`File`]: crate::types::file
|
||||
/// [`File`]: crate::types::File
|
||||
/// [`GetFile`]: self::GetFile
|
||||
#[serde_with_macros::skip_serializing_none]
|
||||
#[derive(Debug, Clone, Serialize)]
|
||||
|
|
Loading…
Reference in a new issue