summaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-10-03 15:20:57 +0200
committerGitHub <noreply@github.com>2024-10-03 13:20:57 +0000
commit340b892d796a96aa8055cbd7f4b6263a53547d0d (patch)
tree5dd1e3402b162b145d30957942b49e935b9db141 /crates
parentcbd251f4749241bbf722fe538cb42dd6edef8c1c (diff)
Update changelog (#5033)
Diffstat (limited to 'crates')
-rw-r--r--crates/typst/src/layout/columns.rs2
-rw-r--r--crates/typst/src/layout/place.rs4
2 files changed, 3 insertions, 3 deletions
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.