summaryrefslogtreecommitdiff
path: root/Documentation/howto/recover-corrupted-object-harder.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/howto/recover-corrupted-object-harder.txt')
-rw-r--r--Documentation/howto/recover-corrupted-object-harder.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/howto/recover-corrupted-object-harder.txt b/Documentation/howto/recover-corrupted-object-harder.txt
index 8994e25..5efb4fe 100644
--- a/Documentation/howto/recover-corrupted-object-harder.txt
+++ b/Documentation/howto/recover-corrupted-object-harder.txt
@@ -68,7 +68,7 @@ Note that the "object" file isn't fit for feeding straight to zlib; it
has the git packed object header, which is variable-length. We want to
strip that off so we can start playing with the zlib data directly. You
can either work your way through it manually (the format is described in
-link:../technical/pack-format.html[Documentation/technical/pack-format.txt]),
+linkgit:gitformat-pack[5]),
or you can walk through it in a debugger. I did the latter, creating a
valid pack like: