From ef890856c1ded9b7d4e63a6a4dd6eedfda84d60f Mon Sep 17 00:00:00 2001 From: Abdul-Rahman Sibahi Date: Tue, 17 Jun 2025 13:18:47 +0300 Subject: [PATCH] Correct jj links --- manual/src/jj.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/src/jj.md b/manual/src/jj.md index b48b83dab..585641cf1 100644 --- a/manual/src/jj.md +++ b/manual/src/jj.md @@ -1,11 +1,11 @@ # Jujutsu Jujutsu supports [external diff -commands](https://jj-vcs.github.io/jj/v0.26.0/config/#generating-diffs-by-external-command). +commands](https://jj-vcs.github.io/jj/latest/config/#generating-diffs-by-external-command). To use difftastic for diffing in jujutsu, add the following to your [user configuration -file](https://jj-vcs.github.io/jj/v0.26.0/config/#user-config-file). +file](https://jj-vcs.github.io/jj/latest/config/#user-config-files). ```toml [ui]