Skip to content

Commit 368e279

Browse files
authored
Documentation update for URL giving 'page not found' (#9565)
## Summary Documentation - update the link in CONTRIBUTING.md to point to the `ruff_python_parser` crate. It currently gives a `page not found`.
1 parent 29c130f commit 368e279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ Otherwise, follow the instructions from the linux section.
618618
utils with it:
619619

620620
- `cargo dev print-ast <file>`: Print the AST of a python file using the
621-
[RustPython parser](https://github.com/astral-sh/RustPython-Parser/tree/main/parser) that is
621+
[RustPython parser](https://github.com/astral-sh/ruff/tree/main/crates/ruff_python_parser) that is
622622
mainly used in Ruff. For `if True: pass # comment`, you can see the syntax tree, the byte offsets
623623
for start and stop of each node and also how the `:` token, the comment and whitespace are not
624624
represented anymore:

0 commit comments

Comments
 (0)