diff options
Diffstat (limited to 'InternalDocs/compiler.md')
-rw-r--r-- | InternalDocs/compiler.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/InternalDocs/compiler.md b/InternalDocs/compiler.md index 17fe0df..b3dc0a4 100644 --- a/InternalDocs/compiler.md +++ b/InternalDocs/compiler.md @@ -623,8 +623,8 @@ Important files Objects ======= -* [Objects/locations.md](https://github.com/python/cpython/blob/main/Objects/locations.md): Describes the location table -* [Objects/frame_layout.md](https://github.com/python/cpython/blob/main/Objects/frame_layout.md): Describes the frame stack +* [Locations](locations.md): Describes the location table +* [Frames](frames.md): Describes frames and the frame stack * [Objects/object_layout.md](https://github.com/python/cpython/blob/main/Objects/object_layout.md): Describes object layout for 3.11 and later * [Exception Handling](exception_handling.md): Describes the exception table |