diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-12-23 02:11:05 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-12-23 02:11:05 +0100 |
| commit | fdf5f864fa30478e5b9c8928b49a0f3c80f75313 (patch) | |
| tree | 276e1af61875ea49ead62c7f012063efbabc45f7 /library/src/layout | |
| parent | 1a9bcaccec411cbc50a5d1ff64f266afaa63a29c (diff) | |
Fix broken links
Diffstat (limited to 'library/src/layout')
| -rw-r--r-- | library/src/layout/par.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/layout/par.rs b/library/src/layout/par.rs index aa4e0fd9..eb133c04 100644 --- a/library/src/layout/par.rs +++ b/library/src/layout/par.rs @@ -219,7 +219,7 @@ castable! { /// A paragraph break. /// /// This starts a new paragraph. Especially useful when used within code like -/// [for loops](/docs/reference/concepts#for-loop). Multiple consecutive +/// [for loops](/docs/reference/scripting/#loops). Multiple consecutive /// paragraph breaks collapse into a single one. /// /// ## Syntax |
