]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-126509: Update link to CPython's grammar docs in InternalDocs/parser.md (#126510)
authorValerii <81074936+valerii-chirkov@users.noreply.github.com>
Wed, 6 Nov 2024 22:11:48 +0000 (03:11 +0500)
committerGitHub <noreply@github.com>
Wed, 6 Nov 2024 22:11:48 +0000 (22:11 +0000)
InternalDocs/parser.md

index 6398ba6cd2838f2bd280f997bfcec9fbe54eacbd..a0c70b46087d1ad61183472b3593603ec14fd79b 100644 (file)
@@ -17,7 +17,7 @@ Therefore, changes to the Python language are made by modifying the
 [grammar file](../Grammar/python.gram).
 Developers rarely need to modify the generator itself.
 
-See the devguide's [Changing CPython's grammar](https://devguide.python.org/developer-workflow/grammar/#grammar)
+See [Changing CPython's grammar](./changing_grammar.md)
 for a detailed description of the grammar and the process for changing it.
 
 How PEG parsers work