summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar anarcat <anarcat@web>2017-04-24 13:35:03 +0000
committerGravatar admin <admin@branchable.com>2017-04-24 13:35:03 +0000
commit05de9c1f87342a85546831296f2ee145fabff081 (patch)
treef04c896af603ff3afbc3fb655e4466f62ef4c9d1
parent1e889635df520108ce87179ce691f1b53bdeb75f (diff)
fix fpart 403 error
-rw-r--r--doc/tips/Repositories_with_large_number_of_files.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/Repositories_with_large_number_of_files.mdwn b/doc/tips/Repositories_with_large_number_of_files.mdwn
index c1f219eee..799ee9628 100644
--- a/doc/tips/Repositories_with_large_number_of_files.mdwn
+++ b/doc/tips/Repositories_with_large_number_of_files.mdwn
@@ -40,7 +40,7 @@ If it takes a long time to list the files in a directory, naturally, git(-annex)
You can avoid this by keeping the number of files in a directory to between 5000 and 20000 (depends on the filesystem and its settings).
-[fpart](http://contribs.martymac.org/fpart/) can be a very useful tool to achieve this.
+[fpart](https://sourceforge.net/projects/fpart/) can be a very useful tool to achieve this.
## Topics discussing this sort of usage