summaryrefslogtreecommitdiffstats
path: root/howto/recover-corrupted-object-harder.html
diff options
context:
space:
mode:
Diffstat (limited to 'howto/recover-corrupted-object-harder.html')
-rw-r--r--howto/recover-corrupted-object-harder.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/howto/recover-corrupted-object-harder.html b/howto/recover-corrupted-object-harder.html
index ee9a9cada..433d9ce27 100644
--- a/howto/recover-corrupted-object-harder.html
+++ b/howto/recover-corrupted-object-harder.html
@@ -793,7 +793,7 @@ corruption). But everything looked pretty reasonable.</p></div>
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
-<a href="../technical/pack-format.html">Documentation/technical/pack-format.txt</a>),
+<a href="../gitformat-pack.html">gitformat-pack(5)</a>),
or you can walk through it in a debugger. I did the latter, creating a
valid pack like:</p></div>
<div class="listingblock">
@@ -1189,7 +1189,7 @@ int main(int argc, char **argv)
<div id="footer">
<div id="footer-text">
Last updated
- 2022-08-12 14:05:48 PDT
+ 2022-08-18 14:11:39 PDT
</div>
</div>
</body>