diff --git a/crates/typst-library/src/model/bibliography.rs b/crates/typst-library/src/model/bibliography.rs index 2a80f67d9..a85efc810 100644 --- a/crates/typst-library/src/model/bibliography.rs +++ b/crates/typst-library/src/model/bibliography.rs @@ -51,8 +51,8 @@ use crate::World; /// You can create a new bibliography by calling this function with a path /// to a bibliography file in either one of two formats: /// -/// - A Hayagriva `.yml` file. Hayagriva is a new bibliography file format -/// designed for use with Typst. Visit its +/// - A Hayagriva `.yaml`/`.yml` file. Hayagriva is a new bibliography +/// file format designed for use with Typst. Visit its /// [documentation](https://github.com/typst/hayagriva/blob/main/docs/file-format.md) /// for more details. /// - A BibLaTeX `.bib` file.