Skip to content

Commit e4dc580

Browse files
authored
docs: fix AGENTS.md's broken DEVELOPMENT.md references (#8426)
DEVELOPMENT.md was renamed to CONTRIBUTING.md in #7914, but AGENTS.md wasn't updated. Repoint the two links with a clear target (Linux/macOS testing section, development guide). Drop the "CPython Version Upgrade Checklist" reference under venvlauncher, which never pointed to real content in any revision of DEVELOPMENT.md. Related to #8356. Assisted-by: Claude Code:claude-sonnet-5
1 parent bd653da commit e4dc580

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -250,12 +250,10 @@ cargo run --features jit
250250

251251
### Linux Build and Debug on macOS
252252

253-
See the "Testing on Linux from macOS" section in [DEVELOPMENT.md](DEVELOPMENT.md#testing-on-linux-from-macos).
253+
See the "Testing on Linux from macOS" section in [CONTRIBUTING.md](CONTRIBUTING.md#testing-on-linux-from-macos).
254254

255255
### Building venvlauncher (Windows)
256256

257-
See DEVELOPMENT.md "CPython Version Upgrade Checklist" section.
258-
259257
**IMPORTANT**: All 4 venvlauncher binaries use the same source code. Do NOT add multiple `[[bin]]` entries to Cargo.toml. Build once and copy with different names.
260258

261259
## Test Code Modification Rules
@@ -286,7 +284,7 @@ If you modify any file under `.github/workflows/`, the change must pass a [zizmo
286284
## Documentation
287285

288286
- Check the [architecture document](/architecture/architecture.md) for a high-level overview
289-
- Read the [development guide](/DEVELOPMENT.md) for detailed setup instructions
287+
- Read the [development guide](/CONTRIBUTING.md) for detailed setup instructions
290288
- Generate documentation with `cargo doc --no-deps --all`
291289
- Online documentation is available at [docs.rs/rustpython](https://docs.rs/rustpython/)
292290
- [How to update test files](https://github.com/RustPython/RustPython/wiki/How-to-update-test-files#checkout-cpython-source-code-initial-setup) — guide for syncing test cases from upstream CPython into the `Lib/` directory

0 commit comments

Comments
 (0)