diff options
author | Irit Katriel <1055913+iritkatriel@users.noreply.github.com> | 2024-07-10 21:59:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-10 21:59:14 (GMT) |
commit | ef10110cd781afe8ddd3e65a54dc2b5ed2cb3187 (patch) | |
tree | e18abd648c560975a46978968621a2761726d1f2 /InternalDocs | |
parent | 35a67e36aa7cb0fc915771327f58bb0c70213867 (diff) | |
download | cpython-ef10110cd781afe8ddd3e65a54dc2b5ed2cb3187.zip cpython-ef10110cd781afe8ddd3e65a54dc2b5ed2cb3187.tar.gz cpython-ef10110cd781afe8ddd3e65a54dc2b5ed2cb3187.tar.bz2 |
gh-119786: fix broken links in docs and comment (#121601)
Diffstat (limited to 'InternalDocs')
-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 |