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

@ -126,7 +126,7 @@ assemble_emit_exception_table_item(struct assembler *a, int value, int msb)
write_except_byte(a, (value&0x3f) | msb);
}
/* See Objects/exception_handling_notes.txt for details of layout */
/* See InternalDocs/exception_handling.md for details of layout */
#define MAX_SIZE_OF_ENTRY 20
static int