From 340b892d796a96aa8055cbd7f4b6263a53547d0d Mon Sep 17 00:00:00 2001 From: Laurenz Date: Thu, 3 Oct 2024 15:20:57 +0200 Subject: Update changelog (#5033) --- crates/typst/src/layout/columns.rs | 2 +- crates/typst/src/layout/place.rs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'crates') diff --git a/crates/typst/src/layout/columns.rs b/crates/typst/src/layout/columns.rs index 3ef5dbcc..7678e03f 100644 --- a/crates/typst/src/layout/columns.rs +++ b/crates/typst/src/layout/columns.rs @@ -24,7 +24,7 @@ use crate::layout::{ /// [pagebreaks]($pagebreak), [footnotes]($footnote), and [line /// numbers]($par.line) will continue to work as expected. For more information, /// also read the [relevant part of the page setup -/// guide]($guides/page-setup/#columns). +/// guide]($guides/page-setup-guide/#columns). /// /// # Breaking out of columns { #breaking-out } /// To temporarily break out of columns (e.g. for a paper's title), use diff --git a/crates/typst/src/layout/place.rs b/crates/typst/src/layout/place.rs index 6452c052..ce13a0c9 100644 --- a/crates/typst/src/layout/place.rs +++ b/crates/typst/src/layout/place.rs @@ -84,8 +84,8 @@ pub struct PlaceElem { /// this reason, the figure function has a mirrored [`scope` /// parameter]($figure.scope). Nonetheless, it can also be more generally /// useful to break out of the columns. A typical example would be to - /// [create a single-column title section]($guides/page-setup/#columns) in a - /// two-column document. + /// [create a single-column title section]($guides/page-setup-guide/#columns) + /// in a two-column document. /// /// Note that parent-scoped placement is currently only supported if `float` /// is `{true}`. This may change in the future. -- cgit v1.2.3