Skip to content

Commit 319dd19

Browse files
docs: Fix doc links (#354)
1 parent 17fa67b commit 319dd19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fluent-fallback/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
//! Resource identifiers can refer to resources that are either required or optional.
6363
//! In the above example, `"test.ftl"` is a required resource (the default using `.into()`),
6464
//! and `"test2.ftl"` is an optional resource, which you can create via the
65-
//! [`ToResourceId`](fluent_fallback::types::ToResourceId) trait.
65+
//! [`ToResourceId`](types::ToResourceId) trait.
6666
//!
6767
//! A required resource must be present in order for the a bundle to be considered valid.
6868
//! If a required resource is missing for a given locale, a bundle will not be generated for that locale.

intl-memoizer/src/concurrent.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ impl IntlLangMemoizer {
2020
}
2121

2222
/// Lazily initialize and run a formatter. See
23-
/// [`intl_memoizer::IntlLangMemoizer::with_try_get`](../struct.IntlLangMemoizer.html#method.with_try_get)
23+
/// [`intl_memoizer::IntlLangMemoizer::with_try_get`](crate::IntlLangMemoizer::with_try_get)
2424
/// for documentation.
2525
pub fn with_try_get<I, R, U>(&self, args: I::Args, cb: U) -> Result<R, I::Error>
2626
where

0 commit comments

Comments
 (0)