Fix broken links

This commit is contained in:
Laurenz 2022-12-23 02:11:05 +01:00
parent 1a9bcaccec
commit fdf5f864fa
2 changed files with 5 additions and 5 deletions

View File

@ -315,10 +315,10 @@ pub fn label(args: &mut Args) -> SourceResult<Value> {
/// # Regex /// # Regex
/// Create a regular expression from a string. /// Create a regular expression from a string.
/// ///
/// The result can be used as a show rule /// The result can be used as a
/// [selector](/docs/reference/concepts/#selector) and with /// [show rule selector](/docs/reference/styling/#show-rules) and with
/// [string methods](/docs/reference/concepts/#methods) like `find`, `split`, /// [string methods](/docs/reference/types/string/#methods) like `find`,
/// and `replace`. /// `split`, and `replace`.
/// ///
/// [See here](https://docs.rs/regex/latest/regex/#syntax) for a specification /// [See here](https://docs.rs/regex/latest/regex/#syntax) for a specification
/// of the supported syntax. /// of the supported syntax.

View File

@ -219,7 +219,7 @@ castable! {
/// A paragraph break. /// A paragraph break.
/// ///
/// This starts a new paragraph. Especially useful when used within code like /// 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. /// paragraph breaks collapse into a single one.
/// ///
/// ## Syntax /// ## Syntax