diff --git a/codex-rs/tui/src/chatwidget.rs b/codex-rs/tui/src/chatwidget.rs index 78ea73c12..2945f358d 100644 --- a/codex-rs/tui/src/chatwidget.rs +++ b/codex-rs/tui/src/chatwidget.rs @@ -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 }),