Original file line numberDiff line numberDiff line change@@ -474,7 +474,7 @@ read_obj(uint16_t *p)
474474returnval;
475475}
476476477-/* See Objects/exception_handling_notes.txt for details.
477+/* See InternalDocs/exception_handling.md for details.
478478 */
479479staticinlineunsigned char*
480480parse_varint(unsigned char*p, int*result) {
Original file line numberDiff line numberDiff line change@@ -126,7 +126,7 @@ assemble_emit_exception_table_item(struct assembler *a, int value, int msb)
126126write_except_byte(a, (value&0x3f) | msb);
127127}
128128129-/* See Objects/exception_handling_notes.txt for details of layout */
129+/* See InternalDocs/exception_handling.md for details of layout */
130130#defineMAX_SIZE_OF_ENTRY 20
131131132132staticint