chore: update windows docs url (#6877)

- Testing: None
This commit is contained in:
ae 2025-11-18 22:24:17 -08:00 committed by GitHub
parent 7e6316d4aa
commit 030d1d5b1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2462,7 +2462,7 @@ impl ChatWidget {
Paragraph::new(vec![
line!["Agent mode on Windows uses an experimental sandbox to limit network and filesystem access.".bold()],
line![
"Learn more: https://github.com/openai/codex/blob/main/docs/sandbox.md#windows"
"Learn more: https://developers.openai.com/codex/windows"
],
])
.wrap(Wrap { trim: false }),