Fix docs link in copilot (#6145)

This commit is contained in:
Shahar Naveh
2025-09-11 07:05:59 +02:00
committed by GitHub
parent 63de4387e7
commit 0c3d14affc

View File

@@ -206,7 +206,7 @@ cargo run --features ssl
## Documentation
- Check the [architecture document](architecture/architecture.md) for a high-level overview
- Read the [development guide](DEVELOPMENT.md) for detailed setup instructions
- Check the [architecture document](/architecture/architecture.md) for a high-level overview
- Read the [development guide](/DEVELOPMENT.md) for detailed setup instructions
- Generate documentation with `cargo doc --no-deps --all`
- Online documentation is available at [docs.rs/rustpython](https://docs.rs/rustpython/)
- Online documentation is available at [docs.rs/rustpython](https://docs.rs/rustpython/)