From 3aa281d185f3653a4e453cf730ee6ca6b5a8e9e8 Mon Sep 17 00:00:00 2001 From: Spencer Date: Sun, 8 Jun 2025 16:48:06 +0000 Subject: [PATCH] For one: why would preview show a nonexistent page as an existent link instead of a question mark? For two: why is []() syntax relative to current page but [[|]] syntax is relative to root? --- doc/git-annex-import.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/git-annex-import.mdwn b/doc/git-annex-import.mdwn index a0ecc9fa08..71b7dedbb4 100644 --- a/doc/git-annex-import.mdwn +++ b/doc/git-annex-import.mdwn @@ -233,7 +233,7 @@ If `annex.largefiles` is configured (in the current repo's `.gitattributes` file and does not match a file, `git annex import` will add the non-large file directly to the git repository, instead of to the annex. -[Caveat Discussion: Adjusting Largefiles Specification](forum/Import_-_Changing_Largefiles) +[[Caveat Discussion: Adjusting Largefiles Specification|forum/Import_-_Changing_Largefiles]] # SEE ALSO