Skip to content

Commit 1e1ef3d

Browse files
iritkatrielestyxx
authored andcommitted
pythongh-119786: fix broken links in docs and comment (python#121601)
1 parent 8f61a44 commit 1e1ef3d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Include/internal/pycore_frame.h

+1-1
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

+2-2
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)