summaryrefslogtreecommitdiff
path: root/library/src/compute
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-12-23 02:11:05 +0100
committerLaurenz <laurmaedje@gmail.com>2022-12-23 02:11:05 +0100
commitfdf5f864fa30478e5b9c8928b49a0f3c80f75313 (patch)
tree276e1af61875ea49ead62c7f012063efbabc45f7 /library/src/compute
parent1a9bcaccec411cbc50a5d1ff64f266afaa63a29c (diff)
Fix broken links
Diffstat (limited to 'library/src/compute')
-rw-r--r--library/src/compute/construct.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/library/src/compute/construct.rs b/library/src/compute/construct.rs
index 821a1416..5a8aa05e 100644
--- a/library/src/compute/construct.rs
+++ b/library/src/compute/construct.rs
@@ -315,10 +315,10 @@ pub fn label(args: &mut Args) -> SourceResult<Value> {
/// # Regex
/// Create a regular expression from a string.
///
-/// The result can be used as a show rule
-/// [selector](/docs/reference/concepts/#selector) and with
-/// [string methods](/docs/reference/concepts/#methods) like `find`, `split`,
-/// and `replace`.
+/// The result can be used as a
+/// [show rule selector](/docs/reference/styling/#show-rules) and with
+/// [string methods](/docs/reference/types/string/#methods) like `find`,
+/// `split`, and `replace`.
///
/// [See here](https://docs.rs/regex/latest/regex/#syntax) for a specification
/// of the supported syntax.