Skip to content

Commit 0c3d14a

Browse files
authored
Fix docs link in copilot (#6145)
1 parent 63de438 commit 0c3d14a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/copilot-instructions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ cargo run --features ssl
206206

207207
## Documentation
208208

209-
- Check the [architecture document](architecture/architecture.md) for a high-level overview
210-
- Read the [development guide](DEVELOPMENT.md) for detailed setup instructions
209+
- Check the [architecture document](/architecture/architecture.md) for a high-level overview
210+
- Read the [development guide](/DEVELOPMENT.md) for detailed setup instructions
211211
- Generate documentation with `cargo doc --no-deps --all`
212-
- Online documentation is available at [docs.rs/rustpython](https://docs.rs/rustpython/)
212+
- Online documentation is available at [docs.rs/rustpython](https://docs.rs/rustpython/)

0 commit comments

Comments
 (0)