diff --git a/manual/src/jj.md b/manual/src/jj.md index a9011ad00..585641cf1 100644 --- a/manual/src/jj.md +++ b/manual/src/jj.md @@ -1,15 +1,15 @@ # 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] -diff.tool = ["difft", "--color=always", "$left", "$right"] +diff-formatter = ["difft", "--color=always", "$left", "$right"] ``` diff --git a/manual/src/usage.md b/manual/src/usage.md index 769173d0d..fb30ba9a6 100644 --- a/manual/src/usage.md +++ b/manual/src/usage.md @@ -1,8 +1,8 @@ # Usage This page describes how to use the `difft` binary directly. See also -the [Git](./git.html), [Mercurial](./mercurial.html) and -[Fossil](./fossil.html) pages for instructions on how to configure +the [Git](./git.html), [Mercurial](./mercurial.html), +[Fossil](./fossil.html), or [Jujutsu](./jj.html) pages for instructions on how to configure them to use difftastic. ## File Arguments