changeset 56:51f75a9b4362

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 14 Jan 2024 21:40:55 -0700
parents 04501bde187d
children 536dc2d435ea
files src/learn.html.luan
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/learn.html.luan	Sun Jan 14 21:36:09 2024 -0700
+++ b/src/learn.html.luan	Sun Jan 14 21:40:55 2024 -0700
@@ -88,7 +88,7 @@
 cmd.dm = diffmerge
 </code>
 
-<p>You should register on <a href="https://hg.reactionary.software/">our Mercurial hosting service</a> and use your email as the username and the assigned password in <code>.hgrc</code>.  The last two blocks set up <code>hg dm</code> to call <a href="https://sourcegear.com/diffmerge/">DiffMerge</a>.</p>
+<p>You should register on <a href="https://hg.reactionary.software/">our Mercurial hosting service</a> and use your email as the username and the assigned password in <code>.hgrc</code>.  The last two blocks set up <code>hg dm</code> to call <a href="https://sourcegear.com/diffmerge/">DiffMerge</a> by using the <a href="https://wiki.mercurial-scm.org/ExtdiffExtension">Extdiff extension</a>.</p>
 
 <p>Now you can play with <a href="https://hg.reactionary.software/repo/test/">https://hg.reactionary.software/repo/test/</a> like this:</p>