From 5ae4755f9c2ff82fd16e61740df30a3e28a347aa Mon Sep 17 00:00:00 2001 From: ShaharNaveh <50263213+ShaharNaveh@users.noreply.github.com> Date: Wed, 10 Sep 2025 22:36:55 +0200 Subject: [PATCH] Fix docs link in copilot --- .github/copilot-instructions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index e175cd51840..46fc16c5ed8 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -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/) \ No newline at end of file +- Online documentation is available at [docs.rs/rustpython](https://docs.rs/rustpython/)