Hi Johannes, Johannes Schindelin wrote: > Hi Todd, >> diff --git a/Documentation/config/core.txt b/Documentation/config/core.txt >> index 889522956e..e67392cc83 100644 >> --- a/Documentation/config/core.txt >> +++ b/Documentation/config/core.txt >> @@ -63,7 +63,7 @@ core.protectNTFS:: >> >> core.fsmonitor:: >> If set to true, enable the built-in file system monitor >> - daemon for this working directory (linkgit:git-fsmonitor--daemon[1]). >> + daemon for this working directory (linkgit:git-fsmonitor{litdd}daemon[1]). > > I am not quite certain that using `{litdd}` in a `linkgit` construct works > both in AsciiDoc and AsciiDoctor, but I trust that you have verified that > this works. I did not do a build with asciidoc, but when I still built the Fedora packages with asciidoc, we had already fixed similar issues with `{litdd}` and I don't believe that has changed. If it has, then we've got other broken links: $ git grep 'linkgit:[^]]+\{litdd\}[^]]*\[' -- Documentation/ | wc -l 8 $ git grep 'linkgit:[^]]+--[^]]*\[' -- Documentation/ | wc -l 0 > Thank you for doing this, And thank you for reviewing and testing. -- Todd