Skip to content

Commit

Permalink
Merge pull request #725 from Stremio/fix/docs
Browse files Browse the repository at this point in the history
fix: docs broken intra links
  • Loading branch information
elpiel authored Oct 4, 2024
2 parents 416b2f9 + 231c6e1 commit 02a1460
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pub const SCHEMA_VERSION: u32 = 14;
pub const IMDB_LINK_CATEGORY: &str = "imdb";
pub const GENRES_LINK_CATEGORY: &str = "Genres";
pub const CINEMETA_TOP_CATALOG_ID: &str = "top";
/// Only found in Cinemeta catalogs, i.e. [`CINEMETA_CATALOGS_URL`](struct@CINEMETA_CATALOGS_URL)
/// Only found in Cinemeta catalogs, i.e. [`CINEMETA_CATALOGS_URL`]
pub const CINEMETA_FEED_CATALOG_ID: &str = "feed.json";
pub const IMDB_TITLE_PATH: &str = "title";
pub const YOUTUBE_ADDON_ID_PREFIX: &str = "yt_id:";
Expand Down
2 changes: 1 addition & 1 deletion src/types/addon/request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ pub struct ResourcePath {
///
/// # Examples
///
/// - [`CATALOG_RESOURCE_NAME`](crate::constants::CATALOG_RESOURCE_NAME)
/// - [`CATALOG_RESOURCE_NAME`]
/// - [`META_RESOURCE_NAME`](crate::constants::META_RESOURCE_NAME)
/// - [`SUBTITLES_RESOURCE_NAME`](crate::constants::SUBTITLES_RESOURCE_NAME)
/// - [`STREAM_RESOURCE_NAME`](crate::constants::STREAM_RESOURCE_NAME)
Expand Down

0 comments on commit 02a1460

Please sign in to comment.