mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-10 20:12:25 +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
|
/// # Params
|
||||||
/// - `file_id`: File identifier to get info about.
|
/// - `file_id`: File identifier to get info about.
|
||||||
///
|
///
|
||||||
/// [`File`]: crate::types::file
|
/// [`File`]: crate::types::File
|
||||||
/// [`GetFile`]: self::GetFile
|
/// [`GetFile`]: self::GetFile
|
||||||
pub fn get_file<F>(&self, file_id: F) -> GetFile
|
pub fn get_file<F>(&self, file_id: F) -> GetFile
|
||||||
where
|
where
|
||||||
|
|
|
@ -24,7 +24,7 @@ use crate::{
|
||||||
///
|
///
|
||||||
/// [The official docs](https://core.telegram.org/bots/api#getfile).
|
/// [The official docs](https://core.telegram.org/bots/api#getfile).
|
||||||
///
|
///
|
||||||
/// [`File`]: crate::types::file
|
/// [`File`]: crate::types::File
|
||||||
/// [`GetFile`]: self::GetFile
|
/// [`GetFile`]: self::GetFile
|
||||||
#[serde_with_macros::skip_serializing_none]
|
#[serde_with_macros::skip_serializing_none]
|
||||||
#[derive(Debug, Clone, Serialize)]
|
#[derive(Debug, Clone, Serialize)]
|
||||||
|
|
Loading…
Reference in a new issue