Skip to content

Commit ef10110

Browse files
authored
gh-119786: fix broken links in docs and comment (#121601)
1 parent 35a67e3 commit ef10110

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Include/internal/pycore_frame.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ extern "C" {
1313
#include "pycore_code.h" // STATS
1414
#include "pycore_stackref.h" // _PyStackRef
1515

16-
/* See Objects/frame_layout.md for an explanation of the frame stack
16+
/* See InternalDocs/frames.md for an explanation of the frame stack
1717
* including explanation of the PyFrameObject and _PyInterpreterFrame
1818
* structs. */
1919

InternalDocs/compiler.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -623,8 +623,8 @@ Important files
623623
Objects
624624
=======
625625

626-
* [Objects/locations.md](https://github.com/python/cpython/blob/main/Objects/locations.md): Describes the location table
627-
* [Objects/frame_layout.md](https://github.com/python/cpython/blob/main/Objects/frame_layout.md): Describes the frame stack
626+
* [Locations](locations.md): Describes the location table
627+
* [Frames](frames.md): Describes frames and the frame stack
628628
* [Objects/object_layout.md](https://github.com/python/cpython/blob/main/Objects/object_layout.md): Describes object layout for 3.11 and later
629629
* [Exception Handling](exception_handling.md): Describes the exception table
630630

0 commit comments

Comments
 (0)