docs: internal notes have moved, correct references (#130762)

This commit is contained in:
Ned Batchelder 2025-03-03 04:38:49 -07:00 committed by GitHub
parent 8f11af45de
commit efbc5929ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -474,7 +474,7 @@ read_obj(uint16_t *p)
return val;
}
/* See Objects/exception_handling_notes.txt for details.
/* See InternalDocs/exception_handling.md for details.
*/
static inline unsigned char *
parse_varint(unsigned char *p, int *result) {