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

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 }),