From 324dd037c75f512924b10da2821fdb31d4e9c6f6 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Sun, 22 Sep 2024 11:13:42 -0700 Subject: [PATCH] Prefer relative links --- manual/src/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/src/glossary.md b/manual/src/glossary.md index 577ceb0be..943bbbf18 100644 --- a/manual/src/glossary.md +++ b/manual/src/glossary.md @@ -32,7 +32,7 @@ top-level definitions in the file being diffed. **Slider**: A diffing situation where there are multiple minimal diffs possible, due to adjacent content. It is possible to 'slide' to produce better results in this situation. See [the discussion in Tricky -Cases](/tricky_cases.html#sliders-flat). +Cases](./tricky_cases.html#sliders-flat). **Syntax node**: An item in difftastic's syntax tree structure. Either an atom or a list.